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