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.
Allow null model value and ensure tinymce is instantiated
First fix just ensures that `undefined` doesn't get passed to `setContent` because I found that `$viewValue` can be null if using ngRequired directive.
Second fix uses an interval loop to keep checking for the tinymce editor object because otherwise `tinyInstance` can be undefined since `tinymce.init` is in a `setTimeout`.
0 commit comments