sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Hi how can I initialize in a directive? #10

Open safhac opened 8 years ago

safhac commented 8 years ago

How can set the initial value inside a directive?

I'm returning angular-trix editor from a directive that's constructing the content dynamically.

Thanks