mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(minerr): add note about ngRoute in injector/modulerr
This commit is contained in:
parent
2df3c9f58d
commit
8727fce312
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@
|
|||
|
||||
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 ot 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`}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue