angular-loading
angular-loading copied to clipboard
Wrong module name in the repo "read me" file
The name of the module to include specified in the "read me" file should be darthwade.dwLoading
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"