Correct way to force a view update?
Can someone at PTC provide the correct/best method to force a view update?
The scenario is you change a bunch of values (imgsrc, etc...) via JS and sometimes these changes do not update in the view. How can you force a view update?
Possibly this is a not a problem and i should just ignore the errors. I'm just wondering if there is a more polite way to force twx to update? Something like $scope.app.fn.viewUpdate() <-- i made this up
