kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

kendo-editor adds html-encoding when edited #368

Closed nelisbijl closed 10 years ago

nelisbijl commented 10 years ago

If you put some html (ng-model) in a textarea kendo-editor, change it (e.g. make a word bold), leave the editor (focus), the underlying ng-model gets HTML encoded

nelisbijl commented 10 years ago

k-options="{encoded: false}" solves it