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

Wrong module number on documentation

Open simara001 opened this issue 9 years ago • 2 comments

On the documentation you put the module name:

darthwade.loading

which doesn't work, and need to be changed to:

darthwade.dwLoading

simara001 avatar Jul 02 '15 21:07 simara001

@simara001 It's because bower installs outdated version. You can fix it by specify last commit:

bower install angular-loading#e30ad76

or in bower.json

"angular-loading": "e30ad76"

boxfrommars avatar Jul 07 '15 12:07 boxfrommars

I had same issue, thanks @boxfrommars for clearing it up.

benjaminkalk avatar Nov 02 '15 19:11 benjaminkalk