angular.js/docs/content/error/injector/modulerr.ngdoc

12 lines
399 B
Text
Raw Permalink Normal View History

2013-07-13 00:42:27 +00:00
@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.
2013-10-15 00:29:42 +00:00
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`}.