jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

contenteditable on the table makes everything editable #83

Closed jadrake75 closed 9 years ago

jadrake75 commented 9 years ago

When you set contenteditable="true" on the table it makes everything editable. At the very least the table headers should be forced to not be contenteditable by default.

Xanir commented 9 years ago

I also tested this and setting contenteditable="true" on the table, or an element without an ng-model just changes the DOM but not the backing data model.