Closed nelisbijl closed 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
k-options="{encoded: false}" solves it
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