wipeoutjs / wipeout

A pure MVVM javascript framework based on knockout
http://wipeoutjs.github.io/wipeout
0 stars 2 forks source link

If wo-value is defined before wo-on-event, on-event will not work #67

Closed ShaneGH closed 9 years ago

ShaneGH commented 9 years ago

<input type="text" wo-value="$model.something" wo-on-event="keyup" /> will not work

ShaneGH commented 9 years ago

fixed in alpha-bugs-1