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.
The priority of ui-tinymce being 999, it's higher than ng-if and gets compiled before the ngModel is available. It causes a Controller 'ngModel', required by directive 'uiTinymce', can't be found! to be thrown:
The priority of ui-tinymce being 999, it's higher than ng-if and gets compiled before the ngModel is available. It causes a
Controller 'ngModel', required by directive 'uiTinymce', can't be found!
to be thrown:Here is a fiddle.
There are two possible solutions:
Let me know what you think and I'll eventually submit a PR :)
The text was updated successfully, but these errors were encountered: