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

Commit 8727fce

Browse files
committed
docs(minerr): add note about ngRoute in injector/modulerr
1 parent 2df3c9f commit 8727fce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/error/injector/modulerr.ngdoc

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
This error occurs when a module fails to load due to some exception. The error
77
message above should provide additional context.
8+
9+
In AngularJS `1.2.0` and later, `ngRoute` has been moved ot its own module.
10+
If you are getting this error after upgrading to `1.2.x`, be sure that you've
11+
installed {@link api/ngRoute `ngRoute`}.

0 commit comments

Comments
 (0)