diff options
| author | Igor Minar | 2013-08-12 12:04:03 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-12 14:09:08 -0700 | 
| commit | 72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe (patch) | |
| tree | 70a1d704c8caa5a130c7e2406ec802f9f41c778e /test | |
| parent | 544d2616b429e5059a1ff117c483102b7495b992 (diff) | |
| download | angular.js-72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe.tar.bz2 | |
docs(minErr): add location/ihshprfx
Diffstat (limited to 'test')
| -rw-r--r-- | test/ng/locationSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 "#!".');      }); | 
