mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
Angular 1.3 docs now describe the process of using this version instead of the older 1.2 that is the latest stable version. Also, update jQuery 1.10.x mentions to 2.1.x.
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
@ngdoc error
|
|
@name $injector:modulerr
|
|
@fullName Module Error
|
|
@description
|
|
|
|
This error occurs when a module fails to load due to some exception. The error
|
|
message above should provide additional context.
|
|
|
|
In AngularJS `1.2.0` and later, `ngRoute` has been moved to its own module.
|
|
If you are getting this error after upgrading to `1.2.x` or later, be sure that you've
|
|
installed {@link ngRoute `ngRoute`}.
|