aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error
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
parentdca23173e25a32cb740245ca7f7b01a84805f43f (diff)
downloadangular.js-4a7b6a4555a76b19dd217171fc0ddce6707bca95.tar.bz2
docs(minErr): Build minErr doc site
Diffstat (limited to 'docs/content/error')
-rw-r--r--docs/content/error/cacheFactory/iid.ngdoc7
-rw-r--r--docs/content/error/compile/ctreq.ngdoc4
-rw-r--r--docs/content/error/compile/iscp.ngdoc4
-rw-r--r--docs/content/error/compile/multidir.ngdoc4
-rw-r--r--docs/content/error/compile/noass.ngdoc4
-rw-r--r--docs/content/error/compile/nodomevents.ngdoc4
-rw-r--r--docs/content/error/compile/tpload.ngdoc4
-rw-r--r--docs/content/error/compile/tplrt.ngdoc4
-rw-r--r--docs/content/error/compile/utrat.ngdoc4
-rw-r--r--docs/content/error/controller/noscp.ngdoc4
-rw-r--r--docs/content/error/httpBackend/noxhr.ngdoc4
-rw-r--r--docs/content/error/index.ngdoc13
-rw-r--r--docs/content/error/injector/cdep.ngdoc4
-rw-r--r--docs/content/error/injector/itkn.ngdoc4
-rw-r--r--docs/content/error/injector/modulerr.ngdoc4
-rw-r--r--docs/content/error/injector/nomod.ngdoc4
-rw-r--r--docs/content/error/injector/pget.ngdoc4
-rw-r--r--docs/content/error/injector/unpr.ngdoc4
-rw-r--r--docs/content/error/interpolate/interr.ngdoc4
-rw-r--r--docs/content/error/interpolate/noconcat.ngdoc4
-rw-r--r--docs/content/error/jqLite/nosel.ngdoc4
-rw-r--r--docs/content/error/jqLite/off_args.ngdoc4
-rw-r--r--docs/content/error/jqLite/on_args.ngdoc4
-rw-r--r--docs/content/error/location/istart.ngdoc4
-rw-r--r--docs/content/error/location/nohash.ngdoc4
-rw-r--r--docs/content/error/location/nopp.ngdoc4
-rw-r--r--docs/content/error/ng/areq.ngdoc4
-rw-r--r--docs/content/error/ng/cpi.ngdoc4
-rw-r--r--docs/content/error/ng/cpws.ngdoc4
-rw-r--r--docs/content/error/ngModel/noass.ngdoc4
-rw-r--r--docs/content/error/ngOptions/iexp.ngdoc4
-rw-r--r--docs/content/error/ngPattern/noregexp.ngdoc4
-rw-r--r--docs/content/error/ngRepeat/dupes.ngdoc4
-rw-r--r--docs/content/error/ngRepeat/iexp.ngdoc4
-rw-r--r--docs/content/error/ngRepeat/iidexp.ngdoc4
-rw-r--r--docs/content/error/ngResource/badargs.ngdoc4
-rw-r--r--docs/content/error/ngSanitize/badparse.ngdoc4
-rw-r--r--docs/content/error/parse/isecfld.ngdoc4
-rw-r--r--docs/content/error/parse/isecfn.ngdoc4
-rw-r--r--docs/content/error/parse/lexerr.ngdoc4
-rw-r--r--docs/content/error/parse/syntax.ngdoc4
-rw-r--r--docs/content/error/parse/ueoe.ngdoc4
-rw-r--r--docs/content/error/rootScope/infdig.ngdoc4
-rw-r--r--docs/content/error/rootScope/inprog.ngdoc4
44 files changed, 188 insertions, 0 deletions
diff --git a/docs/content/error/cacheFactory/iid.ngdoc b/docs/content/error/cacheFactory/iid.ngdoc
new file mode 100644
index 00000000..e3f32166
--- /dev/null
+++ b/docs/content/error/cacheFactory/iid.ngdoc
@@ -0,0 +1,7 @@
+@ngdoc error
+@name $cacheFactory:iid
+@fullName Invalid ID
+@description
+
+This error occurs when trying to create a new `cacheFactory` object with a
+specified cache ID, but the cache ID is already taken. \ No newline at end of file
diff --git a/docs/content/error/compile/ctreq.ngdoc b/docs/content/error/compile/ctreq.ngdoc
new file mode 100644
index 00000000..065533b7
--- /dev/null
+++ b/docs/content/error/compile/ctreq.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:ctreq
+@fullName Missing Required Controller
+@description
diff --git a/docs/content/error/compile/iscp.ngdoc b/docs/content/error/compile/iscp.ngdoc
new file mode 100644
index 00000000..afdbd4c4
--- /dev/null
+++ b/docs/content/error/compile/iscp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:iscp
+@fullName Invalid Isolate Scope
+@description
diff --git a/docs/content/error/compile/multidir.ngdoc b/docs/content/error/compile/multidir.ngdoc
new file mode 100644
index 00000000..4e893c3e
--- /dev/null
+++ b/docs/content/error/compile/multidir.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:multidir
+@fullName Multiple Directive Resource Contention
+@description
diff --git a/docs/content/error/compile/noass.ngdoc b/docs/content/error/compile/noass.ngdoc
new file mode 100644
index 00000000..bb247499
--- /dev/null
+++ b/docs/content/error/compile/noass.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:noass
+@fullName Non-Assignable Expression
+@description
diff --git a/docs/content/error/compile/nodomevents.ngdoc b/docs/content/error/compile/nodomevents.ngdoc
new file mode 100644
index 00000000..421e896f
--- /dev/null
+++ b/docs/content/error/compile/nodomevents.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:nodomevents
+@fullName Interpolated Event Attributes
+@description
diff --git a/docs/content/error/compile/tpload.ngdoc b/docs/content/error/compile/tpload.ngdoc
new file mode 100644
index 00000000..78826abb
--- /dev/null
+++ b/docs/content/error/compile/tpload.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:tpload
+@fullName Template Loader Error
+@description
diff --git a/docs/content/error/compile/tplrt.ngdoc b/docs/content/error/compile/tplrt.ngdoc
new file mode 100644
index 00000000..4afd88cd
--- /dev/null
+++ b/docs/content/error/compile/tplrt.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:tplrt
+@fullName Invalid Template Root
+@description
diff --git a/docs/content/error/compile/utrat.ngdoc b/docs/content/error/compile/utrat.ngdoc
new file mode 100644
index 00000000..64ffa223
--- /dev/null
+++ b/docs/content/error/compile/utrat.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $compile:utrat
+@fullName Unterminated Attribute
+@description
diff --git a/docs/content/error/controller/noscp.ngdoc b/docs/content/error/controller/noscp.ngdoc
new file mode 100644
index 00000000..f9e89487
--- /dev/null
+++ b/docs/content/error/controller/noscp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $controller:noscp
+@fullName Missing $scope object
+@description
diff --git a/docs/content/error/httpBackend/noxhr.ngdoc b/docs/content/error/httpBackend/noxhr.ngdoc
new file mode 100644
index 00000000..a311620f
--- /dev/null
+++ b/docs/content/error/httpBackend/noxhr.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $httpBackend:noxhr
+@fullName Unsupported XHR
+@description
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
diff --git a/docs/content/error/injector/cdep.ngdoc b/docs/content/error/injector/cdep.ngdoc
new file mode 100644
index 00000000..f4a9c909
--- /dev/null
+++ b/docs/content/error/injector/cdep.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:cdep
+@fullName Circular Dependency
+@description
diff --git a/docs/content/error/injector/itkn.ngdoc b/docs/content/error/injector/itkn.ngdoc
new file mode 100644
index 00000000..fab64696
--- /dev/null
+++ b/docs/content/error/injector/itkn.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:itkn
+@fullName Bad Injection Token
+@description
diff --git a/docs/content/error/injector/modulerr.ngdoc b/docs/content/error/injector/modulerr.ngdoc
new file mode 100644
index 00000000..5d2aa8f8
--- /dev/null
+++ b/docs/content/error/injector/modulerr.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:modulerr
+@fullName Module Error
+@description
diff --git a/docs/content/error/injector/nomod.ngdoc b/docs/content/error/injector/nomod.ngdoc
new file mode 100644
index 00000000..6dd4c169
--- /dev/null
+++ b/docs/content/error/injector/nomod.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:nomod
+@fullName Module Unavailable
+@description
diff --git a/docs/content/error/injector/pget.ngdoc b/docs/content/error/injector/pget.ngdoc
new file mode 100644
index 00000000..3eca8d80
--- /dev/null
+++ b/docs/content/error/injector/pget.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:pget
+@fullName Provider Missing $get
+@description
diff --git a/docs/content/error/injector/unpr.ngdoc b/docs/content/error/injector/unpr.ngdoc
new file mode 100644
index 00000000..5459711f
--- /dev/null
+++ b/docs/content/error/injector/unpr.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $injector:unpr
+@fullName Unknown Provider
+@description
diff --git a/docs/content/error/interpolate/interr.ngdoc b/docs/content/error/interpolate/interr.ngdoc
new file mode 100644
index 00000000..a36a1d7d
--- /dev/null
+++ b/docs/content/error/interpolate/interr.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $interpolate:interr
+@fullName Interpolation Error
+@description
diff --git a/docs/content/error/interpolate/noconcat.ngdoc b/docs/content/error/interpolate/noconcat.ngdoc
new file mode 100644
index 00000000..f1fd6c46
--- /dev/null
+++ b/docs/content/error/interpolate/noconcat.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $interpolate:noconcat
+@fullName Multiple Expressions
+@description
diff --git a/docs/content/error/jqLite/nosel.ngdoc b/docs/content/error/jqLite/nosel.ngdoc
new file mode 100644
index 00000000..c776c153
--- /dev/null
+++ b/docs/content/error/jqLite/nosel.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name jqLite:nosel
+@fullName Unsupported Selector Lookup
+@description
diff --git a/docs/content/error/jqLite/off_args.ngdoc b/docs/content/error/jqLite/off_args.ngdoc
new file mode 100644
index 00000000..88a981e3
--- /dev/null
+++ b/docs/content/error/jqLite/off_args.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name jqLite:off_args
+@fullName Invalid jqLite#off() parameter
+@description
diff --git a/docs/content/error/jqLite/on_args.ngdoc b/docs/content/error/jqLite/on_args.ngdoc
new file mode 100644
index 00000000..974f20a8
--- /dev/null
+++ b/docs/content/error/jqLite/on_args.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name jqLite:on_args
+@fullName Invalid jqLite#on() Parameters
+@description
diff --git a/docs/content/error/location/istart.ngdoc b/docs/content/error/location/istart.ngdoc
new file mode 100644
index 00000000..006689e4
--- /dev/null
+++ b/docs/content/error/location/istart.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $location:istart
+@fullName Invalid URL
+@description
diff --git a/docs/content/error/location/nohash.ngdoc b/docs/content/error/location/nohash.ngdoc
new file mode 100644
index 00000000..81f0d569
--- /dev/null
+++ b/docs/content/error/location/nohash.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $location:nohash
+@fullName Missing Hash Prefix
+@description
diff --git a/docs/content/error/location/nopp.ngdoc b/docs/content/error/location/nopp.ngdoc
new file mode 100644
index 00000000..3d95b7ff
--- /dev/null
+++ b/docs/content/error/location/nopp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $location:nopp
+@fullName Missing Path Prefix
+@description
diff --git a/docs/content/error/ng/areq.ngdoc b/docs/content/error/ng/areq.ngdoc
new file mode 100644
index 00000000..ade8a5ba
--- /dev/null
+++ b/docs/content/error/ng/areq.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ng:areq
+@fullName Bad Argument
+@description
diff --git a/docs/content/error/ng/cpi.ngdoc b/docs/content/error/ng/cpi.ngdoc
new file mode 100644
index 00000000..95b30024
--- /dev/null
+++ b/docs/content/error/ng/cpi.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ng:cpi
+@fullName Bad Copy
+@description
diff --git a/docs/content/error/ng/cpws.ngdoc b/docs/content/error/ng/cpws.ngdoc
new file mode 100644
index 00000000..2f7a9c5b
--- /dev/null
+++ b/docs/content/error/ng/cpws.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ng:cpws
+@fullName Copying Window or Scope
+@description
diff --git a/docs/content/error/ngModel/noass.ngdoc b/docs/content/error/ngModel/noass.ngdoc
new file mode 100644
index 00000000..c9fe6637
--- /dev/null
+++ b/docs/content/error/ngModel/noass.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngModel:noass
+@fullName Non-Assignable Expression
+@description
diff --git a/docs/content/error/ngOptions/iexp.ngdoc b/docs/content/error/ngOptions/iexp.ngdoc
new file mode 100644
index 00000000..4fc4b8d2
--- /dev/null
+++ b/docs/content/error/ngOptions/iexp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngOptions:iexp
+@fullName Invalid Expression
+@description
diff --git a/docs/content/error/ngPattern/noregexp.ngdoc b/docs/content/error/ngPattern/noregexp.ngdoc
new file mode 100644
index 00000000..bc2f56d6
--- /dev/null
+++ b/docs/content/error/ngPattern/noregexp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngPattern:noregexp
+@fullName Expected Regular Expression
+@description
diff --git a/docs/content/error/ngRepeat/dupes.ngdoc b/docs/content/error/ngRepeat/dupes.ngdoc
new file mode 100644
index 00000000..eb25ec67
--- /dev/null
+++ b/docs/content/error/ngRepeat/dupes.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngRepeat:dupes
+@fullName Duplicate Repeater Key
+@description
diff --git a/docs/content/error/ngRepeat/iexp.ngdoc b/docs/content/error/ngRepeat/iexp.ngdoc
new file mode 100644
index 00000000..18701776
--- /dev/null
+++ b/docs/content/error/ngRepeat/iexp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngRepeat:iexp
+@fullName Invalid Expression
+@description
diff --git a/docs/content/error/ngRepeat/iidexp.ngdoc b/docs/content/error/ngRepeat/iidexp.ngdoc
new file mode 100644
index 00000000..f9aa7c50
--- /dev/null
+++ b/docs/content/error/ngRepeat/iidexp.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngRepeat:iidexp
+@fullName Invalid Identifier
+@description
diff --git a/docs/content/error/ngResource/badargs.ngdoc b/docs/content/error/ngResource/badargs.ngdoc
new file mode 100644
index 00000000..9686f7a3
--- /dev/null
+++ b/docs/content/error/ngResource/badargs.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngResource:badargs
+@fullName Too Many Arguments
+@description
diff --git a/docs/content/error/ngSanitize/badparse.ngdoc b/docs/content/error/ngSanitize/badparse.ngdoc
new file mode 100644
index 00000000..fd184e14
--- /dev/null
+++ b/docs/content/error/ngSanitize/badparse.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name ngSanitize:badparse
+@fullName Parsing Error
+@description
diff --git a/docs/content/error/parse/isecfld.ngdoc b/docs/content/error/parse/isecfld.ngdoc
new file mode 100644
index 00000000..7489baf7
--- /dev/null
+++ b/docs/content/error/parse/isecfld.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $parse:isecfld
+@fullName Referencing constructor Field
+@description
diff --git a/docs/content/error/parse/isecfn.ngdoc b/docs/content/error/parse/isecfn.ngdoc
new file mode 100644
index 00000000..1e932f30
--- /dev/null
+++ b/docs/content/error/parse/isecfn.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $parse:isecfn
+@fullName Referencing Function Disallowed
+@description
diff --git a/docs/content/error/parse/lexerr.ngdoc b/docs/content/error/parse/lexerr.ngdoc
new file mode 100644
index 00000000..f03cb93b
--- /dev/null
+++ b/docs/content/error/parse/lexerr.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $parse:lexerr
+@fullName Lexer Error
+@description
diff --git a/docs/content/error/parse/syntax.ngdoc b/docs/content/error/parse/syntax.ngdoc
new file mode 100644
index 00000000..122eda21
--- /dev/null
+++ b/docs/content/error/parse/syntax.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $parse:syntax
+@fullName Syntax Error
+@description
diff --git a/docs/content/error/parse/ueoe.ngdoc b/docs/content/error/parse/ueoe.ngdoc
new file mode 100644
index 00000000..726d15c3
--- /dev/null
+++ b/docs/content/error/parse/ueoe.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $parse:ueoe
+@fullName Unexpected End of Expression
+@description
diff --git a/docs/content/error/rootScope/infdig.ngdoc b/docs/content/error/rootScope/infdig.ngdoc
new file mode 100644
index 00000000..82bcc075
--- /dev/null
+++ b/docs/content/error/rootScope/infdig.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $rootScope:infdig
+@fullName Infinite $digest Loop
+@description
diff --git a/docs/content/error/rootScope/inprog.ngdoc b/docs/content/error/rootScope/inprog.ngdoc
new file mode 100644
index 00000000..ce1151d0
--- /dev/null
+++ b/docs/content/error/rootScope/inprog.ngdoc
@@ -0,0 +1,4 @@
+@ngdoc error
+@name $rootScope:inprog
+@fullName Action Already In Progress
+@description