diff options
| author | Igor Minar | 2013-08-12 14:08:22 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-12 14:09:09 -0700 | 
| commit | ca92b6528af776e6543f14aac7e5cd7e7aa652fc (patch) | |
| tree | a140a4d3e5797e3bd17fa341b5579059b770115c /src/ng/location.js | |
| parent | 2c64f3dc176843f4b0d31ba026736ce6f6617f59 (diff) | |
| download | angular.js-ca92b6528af776e6543f14aac7e5cd7e7aa652fc.tar.bz2 | |
docs(minErr): add location/ipthprfx
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 48d03971..f7f2669f 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -97,7 +97,7 @@ function LocationHtml5Url(appBase, basePrefix) {      matchUrl(url, parsed);      var pathUrl = beginsWith(appBaseNoFile, url);      if (!isString(pathUrl)) { -      throw $locationMinErr('nopp', 'Invalid url "{0}", missing path prefix "{1}".', url, appBaseNoFile); +      throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, appBaseNoFile);      }      matchAppUrl(pathUrl, parsed);      extend(this, parsed); | 
