docs($sce): fix typo

Closes #13030
This commit is contained in:
Sugan Krishnan
2015-10-07 16:39:36 +05:30
committed by Peter Bacon Darwin
parent 3d2b1be211
commit fea8240c81
+1 -1
View File
@@ -484,7 +484,7 @@ function $SceDelegateProvider() {
* By default, Angular only loads templates from the same domain and protocol as the application
* document. This is done by calling {@link ng.$sce#getTrustedResourceUrl
* $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or
* protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
* protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
* them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value.
*
* *Please note*: