Forwards
Travelling on through software development
Wednesday, September 19, 2012
Knockout - NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
If you're doing any konockout.js data-bind work in Chrome and you see the error:
NO_MODIFICATION_ALLOWED_ERR: DOM
Exception 7
Then check that you haven't done:
<input data-bind='text: property' />
when you meant to do:
<input data-bind='value: property' />
Doh!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment