From fb483d56a7d8070f587c1d8b464f70c597c2f514 Mon Sep 17 00:00:00 2001 From: Miško Hevery Date: Sun, 10 Nov 2013 23:34:12 +0100 Subject: docs($sce): ng-bind-html takes an expression `{{}}` --- src/ng/sce.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ng/sce.js b/src/ng/sce.js index 8f231031..b1b571c6 100644 --- a/src/ng/sce.js +++ b/src/ng/sce.js @@ -427,10 +427,10 @@ function $SceDelegateProvider() { * *
  *     
- *     
+ *
*
* - * 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 * disabled, this application allows the user to render arbitrary HTML into the DIV. * In a more realistic example, one may be rendering user comments, blog articles, etc. via * bindings. (HTML is just one example of a context where rendering user controlled input creates -- cgit v1.2.3