Is it possible to use Angular in a Napa Office Addin Taskpane?
I have created a simple Office Addin Taskpane including Angular. When i run it locally, it works as expected, but when i run the same code online, the Angular bindings fail. I have tried adding the angular.min.js file to the project and wrapping the data bound changes in '$scope.$apply(function() {...})' functions, but still no luck.
or is there a better way to do data binding in Napa?