Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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