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

Commit 1a84bca

Browse files
committed
Update documentation
1 parent 1590334 commit 1a84bca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Apply the directive to your form elements:
5959

6060
**Be sure not to set an `id` attribute**. This is because the directive needs to maintain selector knowledge in order to handle buggy behavior in TinyMCE when DOM manipulation is involved, such as in a reordering of HTML through ng-repeat or DOM destruction/recreation through ng-if.
6161

62+
When using other directives which do DOM manipulation involving elements with `ui-tinymce`, you may need to re-render the editor due to this buggy behavior with TinyMCE. For those situations, it is recommended to use the `$tinymce:refresh` event, which will handle re-rendering the editor to fix this problem.
63+
6264
## Working with ng-model
6365

6466
The ui-tinymce directive plays nicely with the ng-model directive such as ng-required.

0 commit comments

Comments
 (0)