You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to instantiate module publicApp due to: [$injector:modulerr] Failed to instantiate module angularjs-datetime-picker due to: [$injector:nomod] Module 'angularjs-datetime-picker' 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.
#24
Open
vimal-hoh opened this issue
May 17, 2016
· 2 comments
Were you able to resolve this? My entire angular app module is not loading on production and throwing the same error. The app is working fine in development.
Error: [$injector:modulerr] Failed to instantiate module publicApp due to:
[$injector:modulerr] Failed to instantiate module angularjs-datetime-picker due to:
[$injector:nomod] Module 'angularjs-datetime-picker' 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.
http://errors.angularjs.org/1.5.5/$injector/nomod?p0=angularjs-datetime-picker
minErr/<@http://localhost:3000/lib/angular/angular.js:68:12
module/<@http://localhost:3000/lib/angular/angular.js:2070:1
ensure@http://localhost:3000/lib/angular/angular.js:1994:38
module@http://localhost:3000/lib/angular/angular.js:2068:1
loadModules/<@http://localhost:3000/lib/angular/angular.js:4564:22
forEach@http://localhost:3000/lib/angular/angular.js:322:11
loadModules@http://localhost:3000/lib/angular/angular.js:4548:5
loadModules/<@http://localhost:3000/lib/angular/angular.js:4565:40
forEach@http://localhost:3000/lib/angular/an
The text was updated successfully, but these errors were encountered: