diff options
| author | Brian Ford | 2013-09-30 11:34:49 -0700 | 
|---|---|---|
| committer | Brian Ford | 2013-09-30 11:34:49 -0700 | 
| commit | 8727fce31290de3067639f7ac4f16cfb2141ae18 (patch) | |
| tree | a8c7e55d1daec874625258ee31ecd809e5ff8642 /docs/content/error | |
| parent | 2df3c9f58def9584455f7c4bfdabbd12aab58bf9 (diff) | |
| download | angular.js-8727fce31290de3067639f7ac4f16cfb2141ae18.tar.bz2 | |
docs(minerr): add note about ngRoute in injector/modulerr
Diffstat (limited to 'docs/content/error')
| -rw-r--r-- | docs/content/error/injector/modulerr.ngdoc | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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`}. | 
