You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
I have a feature request: giving people a way to sort their chips by any field they want. Actually there are no sorting method: tmpl.attr('ng-repeat', 'chip in chips.list track by $index');
It might be interesting if we could add an order by, using chip.name or whatever for example.
I don't know if i'll get enough time to make required changes, but what do you think about simply adding an attribute like chip-sort-by to chips-tmpl ?
Cheers
The text was updated successfully, but these errors were encountered:
Hi !
First good job, this component is really nice.
I have a feature request: giving people a way to sort their chips by any field they want. Actually there are no sorting method:
tmpl.attr('ng-repeat', 'chip in chips.list track by $index');
It might be interesting if we could add an
order by
, usingchip.name
or whatever for example.I don't know if i'll get enough time to make required changes, but what do you think about simply adding an attribute like
chip-sort-by
tochips-tmpl
?Cheers
The text was updated successfully, but these errors were encountered: