angular-css-injector
angular-css-injector copied to clipboard
How to get the latest version using Bower?
trafficstars
I used bower install angular-css-injector and got version 1.0.3. I found it did not work when switching pages. I spent times on debugging it and later I found out that the code on Github is version 1.0.4. However, when I tried to get 1.0.4, I got an error "bower angular-css-injector#~1.0.4 ENORESTARGET No tag found that was able to satisfy ~1.0.4". Can you please let me know how to get version 1.0.4?
Your help is greatly appreciated.
You can get latest version executing:
bower install https://github.com/Yappli/angular-css-injector.git#main --save
I hope @Yappli create tag for 1.0.4 release. Relates #24, #15