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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,5 +81,5 @@ The ui-tinymce directive plays nicely with the ng-model directive such as ng-req
81
81
82
82
If you add the ng-model directive to same the element as ui-tinymce then the text in the editor is automatically synchronized with the model value.
83
83
84
-
_The ui-tinymce directive stores and expects the model value to be a standard javascript tinymce object._
84
+
_The ui-tinymce directive stores the configuration options as specified in the [TinyMCE documentation](http://www.tinymce.com/wiki.php/Configuration)and expects the model value to be a html string or raw text, depending on whether `raw` is `true` (default value is `false`)._
0 commit comments