aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/index.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/index.ngdoc')
-rw-r--r--docs/content/error/index.ngdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/content/error/index.ngdoc b/docs/content/error/index.ngdoc
new file mode 100644
index 00000000..9512dc9c
--- /dev/null
+++ b/docs/content/error/index.ngdoc
@@ -0,0 +1,13 @@
+@ngdoc overview
+@name Error Reference
+@description
+
+Use the Error Reference manual to find information about error conditions in
+your AngularJS app. Errors thrown in production builds of AngularJS will log
+links to this site on the console.
+
+Other useful references for debugging your app include:
+
+- {@link api/ API Reference} for detailed information about specific features
+- {@link guide/ Developer Guide} for AngularJS concepts
+- {@link tutorial/ Tutorial} for getting started