angular-css-injector icon indicating copy to clipboard operation
angular-css-injector copied to clipboard

How to get the latest version using Bower?

Open bayy opened this issue 11 years ago • 1 comments
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.

bayy avatar Aug 19 '14 16:08 bayy

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

Agrumas avatar Jan 09 '15 20:01 Agrumas