Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af210f commit e661bc9Copy full SHA for e661bc9
docs/content/error/$sce/unsafe.ngdoc
@@ -10,7 +10,7 @@ Angular's {@link ng.$sce Strict Contextual Escaping (SCE)} mode
10
contexts to result in a value that is trusted as safe for use in such a context. (e.g. loading an
11
Angular template from a URL requires that the URL is one considered safe for loading resources.)
12
13
-This helps prevent XSS and other security issues. Read more at {@link
14
-api/ng.$sce Strict Contextual Escaping (SCE)}
+This helps prevent XSS and other security issues. Read more at
+{@link ng.$sce Strict Contextual Escaping (SCE)}
15
16
You may want to include the ngSanitize module to use the automatic sanitizing.
0 commit comments