darthwade / angular-loading

Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)
http://embed.plnkr.co/XLL3li/preview
MIT License
96 stars 49 forks source link

Fix module name to darthwade.dwLoading #14

Closed paivaric closed 8 years ago

mattheworres commented 8 years ago

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"

With this version, darthwade.loading is the correct module name. 0.1.4 wouldn't even work for me in Angular 1.4+