From 4a7b6a4555a76b19dd217171fc0ddce6707bca95 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 12 Jul 2013 17:42:27 -0700 Subject: docs(minErr): Build minErr doc site --- docs/content/error/index.ngdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/content/error/index.ngdoc (limited to 'docs/content/error/index.ngdoc') 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 -- cgit v1.2.3