mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 22:35:15 +08:00
docs(minErr): rename sce/isecrurl to sce/insecurl
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user