Skip to content

Add service for managing collection selections #26

Open
@jtrussell

Description

@jtrussell

I.e. to manage selections without relying on the directive.

selectionModelMgr.select(myCollection, myItemInCollection, opts, true);

// or maybe

model = selectionModelFactory(myCollection, opts);
model.select(item1);
model.selectAll([item1, item2]);
model.selectRange(item1, item2);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions