docs(minErr): add location/isrcharg docs

This commit is contained in:
Igor Minar
2013-08-12 13:27:46 -07:00
parent 72dc48ea4d
commit 2c64f3dc17
4 changed files with 12 additions and 7 deletions

View File

@@ -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.

View File

@@ -1,4 +0,0 @@
@ngdoc error
@name $location:wpt
@fullName Wrong parameter type
@description