From 7101a02c93d618635ab140f4de586c160db81226 Mon Sep 17 00:00:00 2001 From: fuqcool Date: Mon, 7 Jul 2014 16:58:02 -0400 Subject: [PATCH] docs(error/$sce/insecurl): fix links to $sce and $sceDelegateProvider --- docs/content/error/$sce/insecurl.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/error/$sce/insecurl.ngdoc b/docs/content/error/$sce/insecurl.ngdoc index f39c7065b..acd1248df 100644 --- a/docs/content/error/$sce/insecurl.ngdoc +++ b/docs/content/error/$sce/insecurl.ngdoc @@ -15,9 +15,9 @@ By default, only URLs that belong to the same origin are trusted. These are urls The {@link ng.directive:ngInclude ngInclude} directive and {@link guide/directive directives} that specify a `templateUrl` require a trusted resource URL. To load templates from other domains and/or protocols, either adjust the {@link -api/ng.$sceDelegateProvider#resourceUrlWhitelist whitelist}/ {@link -api/ng.$sceDelegateProvider#resourceUrlBlacklist blacklist} or wrap the URL with a call to {@link -api/ng.$sce#trustAsResourceUrl $sce.trustAsResourceUrl}. +ng.$sceDelegateProvider#resourceUrlWhitelist whitelist}/ {@link +ng.$sceDelegateProvider#resourceUrlBlacklist blacklist} or wrap the URL with a call to {@link +ng.$sce#trustAsResourceUrl $sce.trustAsResourceUrl}. **Note**: The browser's [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) and