bindable.js icon indicating copy to clipboard operation
bindable.js copied to clipboard

re-compute bindings when items in collection.@each change

Open crcn opened this issue 11 years ago • 0 comments

doesn't work:

collection.bind("@each", function (items) {

}).now();

// doesn't trigger above binding ^^
collection.at(0).set("name", "blah");

crcn avatar Sep 17 '14 18:09 crcn