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

Commit ccae8ab

Browse files
committed
Update README.md
Fix #11 and Fix #10
1 parent 8ab259c commit ccae8ab

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
@@ -59,7 +59,7 @@ All the TinyMCE options can be passed through the directive.
5959
});
6060

6161
<form method="post">
62-
<textarea ui-tinymce ng-model="tinymceModel"></textarea>
62+
<textarea ui-tinymce="tinymceOptions" ng-model="tinymceModel"></textarea>
6363
</form>
6464

6565
## Working with ng-model

0 commit comments

Comments
 (0)