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 in README #5

Closed ValentinFunk closed 9 years ago

ValentinFunk commented 9 years ago

The module didn't work for me at first, and I figured out that the name of the module is wrong in the readme.

ValentinFunk commented 9 years ago

Seems bower downloaded an outdated version for me

mattheworres commented 8 years ago

(re-posting this here because I wasted an hour on this today myself, figured might help someone else)

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"