Event Listener for Thingworx Events
Hello! I was wondering what the correct syntax is to listen for events that get fired in Thingworx from Vuforia Studio. I know that I can add Events in the external data pane, but I'm unsure of how to listen for them. I'm assuming it will be something similar to listening for the event that fires when a service completes:
$scope.$root.$on('servicename-complete', function(evt, arg){
// Do something
});
For a Thing w/ name "thingname" and an event "eventname", what would be the correct syntax to create an event listener? Thanks!

