akatov / angular-contenteditable

angular model for the "contenteditable" attribute
http://akatov.github.io/angular-contenteditable/
MIT License
176 stars 55 forks source link

decode html entities #14

Closed lebek closed 11 years ago

akatov commented 11 years ago

what exactly do you mean by this? Could you make an example?

lebek commented 11 years ago

If enter Akatov & I I want my model to equal Akatov & I rather than Akatov & I.

akatov commented 11 years ago

I think this should be the responsibility of the user. Especially, since it's not entirely clear how you would do this the other way (propagating from model to the div). E.g. if I update the model to have <, should it be translated as < or as &lt;?