This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
angular-1.3.0 rc1 ngModel nonassign error in ngCsp mode #9048
Milestone
Comments
No, I'm pretty sure it's b3b476d --- we're apparently not setting up |
I'll see if I can write up a patch quickly |
I am also pretty sure our test suite for CSP parsing is broken because we aren't correctly setting up csp mode :< |
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Sep 12, 2014
…mode Due to changes to CSP-mode detection and the CSP api in general, the test suite was not able to report regressions related to CSP. This CL corrects the broken test suite and broken CSP detection mechanics in $parse, and corrects the regression introduced where assignable expressions would not have an `assign` routine in CSP mode. Closes angular#9048
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Sep 12, 2014
…mode Due to changes to CSP-mode detection and the CSP api in general, the test suite was not able to report regressions related to CSP. This CL corrects the broken test suite and broken CSP detection mechanics in $parse, and corrects the regression introduced where assignable expressions would not have an `assign` routine in CSP mode. Closes angular#9048
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Sep 12, 2014
…mode Due to changes to CSP-mode detection and the CSP api in general, the test suite was not able to report regressions related to CSP. This CL corrects the broken test suite and broken CSP detection mechanics in $parse, and corrects the regression introduced where assignable expressions would not have an `assign` routine in CSP mode. Closes angular#9048
This was referenced Sep 12, 2014
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Sep 12, 2014
Fixes regression where the `assign()` method was not added to chains of identifiers in CSP mode, introduced originally in b3b476d. Closes angular#9048
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I only added ng-csp in html tag in ngModel example code.
http://plnkr.co/edit/wyi8mTlY2NpF6QLbPWYL
It raises nonassign error.
The text was updated successfully, but these errors were encountered: