froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

Unable to bind html data to froala ng-modal #139

Closed summit2020 closed 7 years ago

summit2020 commented 7 years ago

Instead of displaying html on editor, i get html as plain text on it.

What's the problem here ?

capture

Remark: Angular Js Version - 1.0.8

stefanneculai commented 7 years ago

It looks like the HTML you're putting there is not being marked as safe and that's why it gets escaped.