I've managed to spot the cause of this problem. Apparently Angular calls the Function constructor even in CSP-safe mode (ng-csp) if I attempt to create a watcher in the $rootscope of the application. I’ve already made a post in the Angular Google Groups since this appears to be a bug. I’ve made a modification in the Angular JS library and got it working on the device. The link is the following:
https://groups.google.com/forum/?fromgroups=#!searchin/angular/ng-csp/angular/xntWVHrD2u4/fBYFp5_clooJ Cheers _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
