File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,9 +404,9 @@ function $SceDelegateProvider() {
404
404
* # Strict Contextual Escaping
405
405
*
406
406
* Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain
407
- * contexts to result in a value that is marked as safe to use for that context One example of such
408
- * a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer to these
409
- * contexts as privileged or SCE contexts.
407
+ * contexts to result in a value that is marked as safe to use for that context. One example of
408
+ * such a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer
409
+ * to these contexts as privileged or SCE contexts.
410
410
*
411
411
* As of version 1.2, Angular ships with SCE enabled by default.
412
412
*
You can’t perform that action at this time.
0 commit comments