diff options
Diffstat (limited to 'src/ng/location.js')
| -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 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();  | 
