owlsomely / angular-image-zoom

Native AngularJs Directive that provide image hover zoom feature
http://owlsomely.github.io/angular-image-zoom/
MIT License
40 stars 23 forks source link

Zoom is not working on http://owlsomely.github.io/angular-image-zoom/ #4

Open kanakiyajay opened 10 years ago

kanakiyajay commented 10 years ago

Root cause appears to be this ,

Refused to execute script from 'https://raw.githubusercontent.com/owlsomely/angular-image-zoom/master/dist/image-zoom.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

sazary commented 9 years ago

Hi
It's solvable by using rawgit.com instead of raw.github.com. Please take a look to this answer.