You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I'm writing Chrome app, and <img ng-src="img/photo{{id}}.jpg"> fails on Chrome's CSP, even when I use ng-csp.
ng-include with ng-csp works, but not without. Which is incosistent with Chrome doc, which says that I shouldn't need to use ng-csp since Angular 1.1.x. But I gues it's just mistake in Chrome doc.