Created
August 16, 2013 21:06
-
-
Save morganhein/6253517 to your computer and use it in GitHub Desktop.
Error loading page angularJS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uncaught Error: [$injector:modulerr] Failed to instantiate module shopsyncApp due to: | |
Error: [$injector:unpr] Unknown provider: $routeProvider | |
at http://192.168.1.22:9000/components/angular/angular.js:60:12 | |
at http://192.168.1.22:9000/components/angular/angular.js:2964:19 | |
at getService (http://192.168.1.22:9000/components/angular/angular.js:3086:39) | |
at Object.invoke (http://192.168.1.22:9000/components/angular/angular.js:3107:13) | |
at http://192.168.1.22:9000/components/angular/angular.js:3045:37 | |
at Array.forEach (native) | |
at forEach (http://192.168.1.22:9000/components/angular/angular.js:196:11) | |
at loadModules (http://192.168.1.22:9000/components/angular/angular.js:3032:5) | |
at createInjector (http://192.168.1.22:9000/components/angular/angular.js:2974:11) | |
at doBootstrap (http://192.168.1.22:9000/components/angular/angular.js:1124:20) |
[Solved]
Please refer to this page. You have to add 'ngRoute' to your module.
https://groups.google.com/forum/#!topic/angular/D0Qq3UPbwww
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's weird. I'm pretty sure I have not changed the files. I have only updated bower packages.