Setup: I have a master model, and my page has a bunch of widgets on it.
So I want to have the widgets powered by MVVM instead of wiring everything up manually in jQuery.
Here's the sample
http://jsbin.com/epijuw/3/edit
So what am I doing wrong here?...why is the event not firing?