angular-loading
angular-loading copied to clipboard
Wrong module number on documentation
On the documentation you put the module name:
darthwade.loading
which doesn't work, and need to be changed to:
darthwade.dwLoading
@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"
I had same issue, thanks @boxfrommars for clearing it up.