wipeoutjs / wipeout

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

Routed event model changed registration #52

Open ShaneGH opened 9 years ago

ShaneGH commented 9 years ago

1. Set model as a routedEventModel 2. Fire model routed event in the same logical string (no setTimeout)

Vm probably won't see event as model hasn't been subscribed to yet

Routed event models are not currently in spec, maybe revisit this?