kendo-labs/angular-kendo

kendo-editor adds html-encoding when edited

nelisbijl opened this issue · 1 comments

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

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