This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Latest 1.2 does not work with ng-csp mode. #4394
Closed
Description
At least two major problems:
- injects inline script on startup
- ng-show/ng-hide are broken
And I'm not 100% certain, but I think ng-csp itself is broken in top-of-tree (it gets added to sniffer too late? - not sure, this may be my debugging failure)
To confirm:
- in Gruntfile.js, uncomment the "util.csp()" line, and try to run the tests.
Note: if you can point me at the person that knows about the state of CSP - I'd be happy to contribute to fixing.