aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/injector/modulerr.ngdoc
blob: db3ca76b33c63f35c5f16777a5ea420386b5233d (plain)
1
2
3
4
5
6
7
8
9
10
11
@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`, be sure that you've
installed {@link api/ngRoute `ngRoute`}.