This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
I've upgraded my app from AngularJS 1.2.x to 1.3. And now I'm getting this weird exception that I don't really know how to troubleshoot. It happens when it tries to bootstrap my app.
Uncaught Error: [$injector:modulerr] Failed to instantiate module ng due to:
Error: [$injector:unpr] Unknown provider: $compileProvider
http://errors.angularjs.org/1.3.0/$injector/unpr?p0=%24compileProvider
at http://localhost:82/Scripts/angular.js:80:12
at http://localhost:82/Scripts/angular.js:3964:19
at Object.getService [as get] (http://localhost:82/Scripts/angular.js:4111:39)
at runInvokeQueue (http://localhost:82/Scripts/angular.js:4056:43)
at http://localhost:82/Scripts/angular.js:4066:11
at forEach (http://localhost:82/Scripts/angular.js:335:20)
at loadModules (http://localhost:82/Scripts/angular.js:4048:5)
at createInjector (http://localhost:82/Scripts/angular.js:3974:11)
at doBootstrap (http://localhost:82/Scripts/angular.js:1484:20)
at bootstrap (http://localhost:82/Scripts/angular.js:1505:12)
http://errors.angularjs.org/1.3.0/$injector/modulerr?p0=ng&p1=Error%3A%20%5…ootstrap%20(http%3A%2F%2Flocalhost%3A82%2FScripts%2Fangular.js%3A1505%3A12)