I'm experiencing similar behavior to the issues described
here: adding a single ngClick directive to my Chrome App's code while CSP is enabled results in an exception because of eval. 5 days ago there was a
commit that changed the
documentation of the ngCsp directive to state that to make certain directives work in CSP mode, one needs to include the
angular-csp.css file manually. I just started learning Angular and I'm far from being familiar with it, but it I suspect that including the referenced CSS file will not solve my issue, since it seems to be intended to fix problems with ngCloak and ngShow/Hide. Yet I would like to try it, but I can't seem to get hold of the file. Could anyone please point me to it or to any other solution?