bindable.js
bindable.js copied to clipboard
re-compute bindings when items in collection.@each change
doesn't work:
collection.bind("@each", function (items) {
}).now();
// doesn't trigger above binding ^^
collection.at(0).set("name", "blah");