Forwards
Travelling on through software development
Blog Pages
(Move to ...)
About Cirrious Ltd and Stuart Lodge
MvvmCross questions?
Video: MvvmCross at NDC Oslo 2013
MvvmCross at Evolve 2013
MvvmCross and Azure Video of Talk
MvvmCross Video Xaminar
MvvmCross binaries
MvvmCross link list...
@slodge
@mvvmcross
▼
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
‹
›
Home
View web version
No comments:
Post a Comment