kineticsocial / angularjs-datetime-picker

AngularJS DateTime Picker Without JQuery and Bootstrap
MIT License
66 stars 79 forks source link

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 8 years ago

vimal-hoh commented 8 years ago

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

devangsaini123 commented 6 years ago

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.

adelinewei commented 5 years ago

I got the same issue even in development.