RevillWeb / angular-preload-image

A simple AngularJS module to make it easy to pre-load images.
MIT License
70 stars 29 forks source link

Bower & script fix #9

Closed alexrayan closed 8 years ago

alexrayan commented 8 years ago

Hi there!

Not sure if you're still supporting this or not, but I'm actually using your script in a few projects. I've updated bower main script reference and also wrapped the script into (function(angular){})(angular); since otherwise it was breaking during grunt build concatenation.

Best regards, Alex

RevillWeb commented 8 years ago

Looks great, thank you!