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 was 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 ?