Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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
