angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

AngularJS directive/component in model #356

Open bsnizek opened 6 years ago

bsnizek commented 6 years ago

I'd like to put a AngularJS directive or component into the model but it does not render.

Any ideas ?

And yes, I have set "extended_valid_elements" to my directive "span[mydirective]" and can confirm that the directive is not filtered away.