docs(error/$sce/unsafe): suggest including ngSanatize

This commit is contained in:
Stephen Nancekivell
2014-04-10 10:58:42 +10:00
committed by Brian Ford
parent 2dc55ff5c2
commit 73640a6b7c

View File

@@ -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.