From 72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 12 Aug 2013 12:04:03 -0700 Subject: docs(minErr): add location/ihshprfx --- src/ng/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3