-
Notifications
You must be signed in to change notification settings - Fork 27.4k
1.2.0-rc3 ng-cp does not seem to work #4462
Comments
can you define all sorts of things? Would help the bug be more useful to others. |
For example eval(). Afaik ng-csp mode prevents angular from using eval for ng-* inline handlers. So it looks like csp mode isn't active. |
I believe this is related to #4394 |
Also fails while trying to bootstrap the app If you have a template that is included within the main html as a script tag in which the template has some angular bindings {{}}. This has worked up until RC3 Error
Http Response Header
App declaration
Template inside body of html
|
I also bootstrap manually, since I use require.js. Templates are loaded using ng-include. |
I am having the same error, with chrome extension + angular.js + requirejs + manual bootstrap |
If the problem still persists, this might be of interest to you: |
I believe that this was fixed already some time before 1.2.0 final. Please open a new issue if you still have problems. |
Worked fine in rc2. But now my chrome packaged app's default csp config blocks all sorts of things.
The text was updated successfully, but these errors were encountered: