From 8727fce31290de3067639f7ac4f16cfb2141ae18 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 30 Sep 2013 11:34:49 -0700 Subject: docs(minerr): add note about ngRoute in injector/modulerr --- docs/content/error/injector/modulerr.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/content/error') diff --git a/docs/content/error/injector/modulerr.ngdoc b/docs/content/error/injector/modulerr.ngdoc index e9d77c18..ce9ffb3e 100644 --- a/docs/content/error/injector/modulerr.ngdoc +++ b/docs/content/error/injector/modulerr.ngdoc @@ -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`}. -- cgit v1.2.3