Closed christopherthielen closed 10 years ago
The cause is linking angularAMD.min.js direct to raw.github.com.
Refused to execute script from 'http://raw.github.com/marcoslin/bower-angularAMD/v0.0.2/angularAMD.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
The best solution is to have a CDN for angularAMD. I created https://github.com/jsdelivr/jsdelivr/pull/854 hoping to solve this problem once for all.
The cause is linking angularAMD.min.js direct to raw.github.com.
Refused to execute script from 'http://raw.github.com/marcoslin/bower-angularAMD/v0.0.2/angularAMD.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.