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

Module name not recognized

Open stamminator opened this issue 7 years ago • 1 comments

The module name darthwade.dwLoading is not being recognized when I am including it as a dependency.

var module = angular.module("PageModule", ["darthwade.dwLoading", "jqwidgets"]);

I've already confirmed that the angular-loading.js, spin.js, and angular-loading.css files are loaded on the client side. I also know the issue isn't with the jqwidgets module, as it's always worked fine.

Using AngularJS 1.4.6. Here's the error message:

Failed to instantiate module darthwade.dwLoading due to: Error: [$injector:nomod] Module 'darthwade.dwLoading' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

I saw other open topics related to this issue, but I've seen no solutions on what the proper name to enter in is.

stamminator avatar Jul 26 '16 20:07 stamminator

it's darthwade.loading

fbertone avatar Aug 26 '16 09:08 fbertone