ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

Angular loaded more than once error #175

Closed TingAli closed 6 years ago

TingAli commented 7 years ago

Getting "WARNING: Tried to load angular more than once." in the dev console when opening any page. I've followed the instructions to the bullet, any ideas what's wrong?

ruhley commented 7 years ago

This usually occurs when some kind of resource (html, js, css file) is trying to be loaded, but results in a 404. If your setup redirects all 404 errors to the base url then it will load the index.html file again, which will load angular again. Is there any 404 errors in the dev console?

ruhley commented 6 years ago

I am closing this issue as I do not think it pertains to this library. Please re-open if you feel otherwise