Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8150dba

Browse files
committed
Update README to clarify how the directive functions
Fixes #24
1 parent e3f58dc commit 8150dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ The ui-tinymce directive plays nicely with the ng-model directive such as ng-req
8181

8282
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.
8383

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`)._
8585

0 commit comments

Comments
 (0)