angular-loading
angular-loading copied to clipboard
Module name not recognized
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.
it's darthwade.loading