mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
2c00476bae
commit
7fec4bae80
1 changed files with 3 additions and 3 deletions
|
|
@ -404,9 +404,9 @@ function $SceDelegateProvider() {
|
|||
* # Strict Contextual Escaping
|
||||
*
|
||||
* Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain
|
||||
* contexts to result in a value that is marked as safe to use for that context One example of such
|
||||
* a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer to these
|
||||
* contexts as privileged or SCE contexts.
|
||||
* contexts to result in a value that is marked as safe to use for that context. One example of
|
||||
* such a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer
|
||||
* to these contexts as privileged or SCE contexts.
|
||||
*
|
||||
* As of version 1.2, Angular ships with SCE enabled by default.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue