Closed FrankBerlin closed 11 years ago
Chapter MVVM -> View -> example in knockout.js
in the HTML
<input id="source" data-bind="value: contactName, valueUpdate: "keyup" /></p> there should be no " before the word keyup.
Best regards Frank
it should use single quotes for the name 'keyup'
Fixed in master. Thanks!
Chapter MVVM -> View -> example in knockout.js
in the HTML
Best regards Frank