angular-loading icon indicating copy to clipboard operation
angular-loading copied to clipboard

Wrong module name in the repo "read me" file

Open nkimaina opened this issue 9 years ago • 1 comments

The name of the module to include specified in the "read me" file should be darthwade.dwLoading

nkimaina avatar Oct 01 '15 07:10 nkimaina

The latest version is not recognized by Bower through the version numbers - 0.1.4 is the newest you can pull in via Bower. You can instead do this to install via the commandline:

bower install angular-loading#e30ad76

or add the following in your project's bower.json:

"angular-loading": "e30ad76"

mattheworres avatar Dec 20 '15 17:12 mattheworres