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
I would like an example that demonstrates: how to use a WYSIWYG editor on formly textareas. I have used textAngular (http://textangular.com/) in the past which works nicely, but I would like to know how to integrate it with formly.
Activity
kentcdodds commentedon Jun 15, 2015
textAngular seems to be having some problems (not related to angular-formly), but here's something to get you started: https://jsbin.com/vajefi/edit?html,js,output
daniel7912 commentedon Jun 15, 2015
Thanks for the very fast response! I'll give this a go thank you.