docs(minErr): rename sce/isecrurl to sce/insecurl

This commit is contained in:
Igor Minar
2013-08-08 10:22:32 -07:00
parent 3ab579a2a6
commit 0bf0570505
7 changed files with 18 additions and 18 deletions

View File

@@ -520,7 +520,7 @@ describe('$route', function() {
$location.path('/foo');
expect(function() {
$rootScope.$digest();
}).toThrow('[$sce:isecrurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL: http://example.com/foo.html');
}).toThrow('[$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL: http://example.com/foo.html');
});
});