akatov / angular-contenteditable

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

XSS query #47

Open soferio opened 9 years ago

soferio commented 9 years ago

Would it be useful to run $sanitize on content of model when model->view, in order to avoid XSS? (I have posted a proposed pull request).