Theo Paaske
Results
2
issues of
Theo Paaske
Fix for issue #131.
``` javascript var model = new Backbone.NestedModel({ a: { b: [ { c: 1 }, { d: 2 } ] } }); model.bind('change:a.b[0].c', function() { console.log('c changed.'); }); // The...
Bug
help wanted