aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/index.ngdoc
diff options
context:
space:
mode:
authorKen Sheedlo2013-07-12 17:42:27 -0700
committerKen Sheedlo2013-07-24 10:42:20 -0700
commit4a7b6a4555a76b19dd217171fc0ddce6707bca95 (patch)
tree4646989291c1be2116c1e59c006f1208cb76c16a /docs/content/error/index.ngdoc
parentdca23173e25a32cb740245ca7f7b01a84805f43f (diff)
downloadangular.js-4a7b6a4555a76b19dd217171fc0ddce6707bca95.tar.bz2
docs(minErr): Build minErr doc site
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