diff --git a/docs/content/error/$sce/unsafe.ngdoc b/docs/content/error/$sce/unsafe.ngdoc index fdddf61b..bdde4e6a 100644 --- a/docs/content/error/$sce/unsafe.ngdoc +++ b/docs/content/error/$sce/unsafe.ngdoc @@ -13,3 +13,4 @@ Angular template from a URL requires that the URL is one considered safe for loa This helps prevent XSS and other security issues. Read more at {@link api/ng.$sce Strict Contextual Escaping (SCE)} +You may want to include the ngSanitize module to use the automatic sanitizing.