You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,10 @@ Checkout the demo file to see a working example.
111
111
To display content created with the froala editor use the froala-view directive.
112
112
if `myHtml` is your model, then the following will render your content.
113
113
```html
114
-
<div froala-view="myHtml"></div>
114
+
<div froala-view="myHtml"></div>
115
115
```
116
116
117
-
If you are using the old `ng-bind-html` that will continue to work however it still requires froala-sanitize.js to be use and not all of froala is supported with it. The update directive does __not__ require froala-sanitize.
117
+
If you are using the old `ng-bind-html` that will continue to work however it still requires froala-sanitize.js to be used and not all of froala is supported with it. The updated directive does __not__ require froala-sanitize.
0 commit comments