aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/sce.js
diff options
context:
space:
mode:
authorIgor Minar2013-08-08 10:22:32 -0700
committerIgor Minar2013-08-08 10:22:32 -0700
commit0bf0570505e41be266beaa1ccd0266aaed0c3cfb (patch)
tree01fca51e1e588fe5b658fb314f210a97fb66a0ca /src/ng/sce.js
parent3ab579a2a6a9b21d3b43014f08f6c60bbad265a2 (diff)
downloadangular.js-0bf0570505e41be266beaa1ccd0266aaed0c3cfb.tar.bz2
docs(minErr): rename sce/isecrurl to sce/insecurl
Diffstat (limited to 'src/ng/sce.js')
-rw-r--r--src/ng/sce.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/sce.js b/src/ng/sce.js
index f043c7d8..cf9cce58 100644
--- a/src/ng/sce.js
+++ b/src/ng/sce.js
@@ -301,7 +301,7 @@ function $SceDelegateProvider() {
if (isResourceUrlAllowedByPolicy(maybeTrusted)) {
return maybeTrusted;
} else {
- throw $sceMinErr('isecrurl',
+ throw $sceMinErr('insecurl',
'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', maybeTrusted.toString());
}
} else if (type === SCE_CONTEXTS.HTML) {