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 --- test/ng/locationSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ng/locationSpec.js b/test/ng/locationSpec.js index 4df6eb43..383783bb 100644 --- a/test/ng/locationSpec.js +++ b/test/ng/locationSpec.js @@ -341,7 +341,7 @@ describe('$location', function() { it('should throw error when invalid hashbang prefix given', function() { expect(function() { url.$$parse('http://www.server.org:1234/base#/path'); - }).toThrow('[$location:nohash] Invalid url "http://www.server.org:1234/base#/path", missing hash prefix "#!".'); + }).toThrow('[$location:ihshprfx] Invalid url "http://www.server.org:1234/base#/path", missing hash prefix "#!".'); }); -- cgit v1.2.3