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 /src | |
| parent | 72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe (diff) | |
| download | angular.js-2c64f3dc176843f4b0d31ba026736ce6f6617f59.tar.bz2 | |
docs(minErr): add location/isrcharg docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/location.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/location.js b/src/ng/location.js index e64a97d5..48d03971 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -375,7 +375,7 @@ LocationHashbangInHtml5Url.prototype = } else if (isObject(search)) { this.$$search = search; } else { - throw $locationMinErr('wpt', 'First parameter of function must be string or an object.'); + throw $locationMinErr('isrcharg', 'The first argument of the `$location#search()` call must be a string or an object.'); } break; default: |
