We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{{}}
1 parent c5c7538 commit fb483d5Copy full SHA for fb483d5
src/ng/sce.js
@@ -427,10 +427,10 @@ function $SceDelegateProvider() {
427
*
428
* <pre class="prettyprint">
429
* <input ng-model="userHtml">
430
- * <div ng-bind-html="{{userHtml}}">
+ * <div ng-bind-html="userHtml">
431
* </pre>
432
433
- * Notice that `ng-bind-html` is bound to `{{userHtml}}` controlled by the user. With SCE
+ * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE
434
* disabled, this application allows the user to render arbitrary HTML into the DIV.
435
* In a more realistic example, one may be rendering user comments, blog articles, etc. via
436
* bindings. (HTML is just one example of a context where rendering user controlled input creates
0 commit comments