Skip to content

BindingList changes #22

Description

@pbouzakis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions