We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad0ca1 commit 74ed286Copy full SHA for 74ed286
1 file changed
src/ng/sce.js
@@ -489,7 +489,7 @@ function $SceDelegateProvider() {
489
* By default, Angular only loads templates from the same domain and protocol as the application
490
* document. This is done by calling {@link ng.$sce#getTrustedResourceUrl
491
* $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or
492
- * protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
+ * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
493
* them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value.
494
*
495
* *Please note*:
0 commit comments