Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Is there any documentation for coding of Home.js in Thingworx Studio project? For example, what is the structure of $scope?
Hi Vladimir, ThingWorx Studio supports JavaScript with the AngularJS framework. The $scope is an object used in AngularJS. For more information on AngularJS, check out their Developer Guide: AngularJS
