aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/location.js
diff options
context:
space:
mode:
authorIgor Minar2013-08-12 12:04:03 -0700
committerIgor Minar2013-08-12 14:09:08 -0700
commit72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe (patch)
tree70a1d704c8caa5a130c7e2406ec802f9f41c778e /src/ng/location.js
parent544d2616b429e5059a1ff117c483102b7495b992 (diff)
downloadangular.js-72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe.tar.bz2
docs(minErr): add location/ihshprfx
Diffstat (limited to 'src/ng/location.js')
-rw-r--r--src/ng/location.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/location.js b/src/ng/location.js
index f4f77c2f..e64a97d5 100644
--- a/src/ng/location.js
+++ b/src/ng/location.js
@@ -168,7 +168,7 @@ function LocationHashbangUrl(appBase, hashPrefix) {
: '';
if (!isString(withoutHashUrl)) {
- throw $locationMinErr('nohash', 'Invalid url "{0}", missing hash prefix "{1}".', url, hashPrefix);
+ throw $locationMinErr('ihshprfx', 'Invalid url "{0}", missing hash prefix "{1}".', url, hashPrefix);
}
matchAppUrl(withoutHashUrl, this);
this.$$compose();