-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
We need a helper to easily map binding list changes to ko observable arrays.
Currently this is what we have going on in Beretta:
terms.addEventListener("iteminserted", function (ev) {
var term = ev.detail.value;
that.terms.push(term);
});
// TODO Listen for "itemremoved", "itemmutated", "itemchanged"So two issues, need a helper, and need to listen to all events.
Metadata
Metadata
Assignees
Labels
No labels