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

Wrong name of module in dependancy #22

Open Zaid-Mirza opened 8 years ago

Zaid-Mirza commented 8 years ago

please change angular.module('myApp', ['darthwade.dwLoading']); to angular.module('myApp', ['darthwade.loading']);

as your JS files creating module named darthwade.loading

juanbenitopr commented 8 years ago

Hi, I just install the module, it use 'darthwade.dwLoading'.

ghost commented 7 years ago

darthwade.loading for me.