aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/$injector/modulerr.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/$injector/modulerr.ngdoc')
-rw-r--r--docs/content/error/$injector/modulerr.ngdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/error/$injector/modulerr.ngdoc b/docs/content/error/$injector/modulerr.ngdoc
new file mode 100644
index 00000000..4b92a5de
--- /dev/null
+++ b/docs/content/error/$injector/modulerr.ngdoc
@@ -0,0 +1,11 @@
+@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.
+
+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 ngRoute `ngRoute`}.