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 has been archived by the owner on Sep 8, 2020. It is now read-only.
So the tag wrapped around a ngif to make sure tinymceOptions actually exists.
However, what I see is the following:
I tried a few options already: Obviously changing the options themselves, checking if tinymce is loaded, applying the options directly within the html.. is that a normal behavior?
The text was updated successfully, but these errors were encountered:
I've found that the only way to get ui-tinymce to recognize my options is to explicitly restate the controller in the textarea: <textarea ui-tinymce="tinymceOptions" ng-model="activeObject.Description" ng-controller="ApplicationCtrl">
where ApplicationCtrl is the controller I'm using (In this case the master one for the app)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I have the following proble: I set up the following options in my controller:
(scope being the way the scope is defined in the directive)
template-side, I have the following:
So the tag wrapped around a ngif to make sure tinymceOptions actually exists.
However, what I see is the following:
I tried a few options already: Obviously changing the options themselves, checking if tinymce is loaded, applying the options directly within the html.. is that a normal behavior?
The text was updated successfully, but these errors were encountered: