remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

'array.*.prop: callback' #2

Open remy opened 9 years ago

remy commented 9 years ago

i.e.

bind({
  cats: [{ name: 'dizzy' }],
}, {
  'cats.*.name': function ()  {}
});