diff options
| author | Igor Minar | 2013-08-12 13:27:46 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-12 14:09:09 -0700 | 
| commit | 2c64f3dc176843f4b0d31ba026736ce6f6617f59 (patch) | |
| tree | 94929ba571c23a0560cf5227b5bb907c776ccb51 /docs/content | |
| parent | 72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe (diff) | |
| download | angular.js-2c64f3dc176843f4b0d31ba026736ce6f6617f59.tar.bz2 | |
docs(minErr): add location/isrcharg docs
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/error/location/isrcharg.ngdoc | 9 | ||||
| -rw-r--r-- | docs/content/error/location/wpt.ngdoc | 4 | 
2 files changed, 9 insertions, 4 deletions
| diff --git a/docs/content/error/location/isrcharg.ngdoc b/docs/content/error/location/isrcharg.ngdoc new file mode 100644 index 00000000..4f6f4b43 --- /dev/null +++ b/docs/content/error/location/isrcharg.ngdoc @@ -0,0 +1,9 @@ +@ngdoc error +@name $location:isrcharg +@fullName Wrong $location.search() argument type +@description + +To resolve this error, ensure that the first argument for the `$location.search` call is a `string` or an object. +You can use the stack trace associated with this error to identify the call site that caused this issue. + +To learn more, please consult the {@link api/ng.$location `$location`} api docs. diff --git a/docs/content/error/location/wpt.ngdoc b/docs/content/error/location/wpt.ngdoc deleted file mode 100644 index 8b3b3b2a..00000000 --- a/docs/content/error/location/wpt.ngdoc +++ /dev/null @@ -1,4 +0,0 @@ -@ngdoc error -@name $location:wpt -@fullName Wrong parameter type -@description | 
