request to support ordering / sorting match array #209
Description
I have a need, but don't see anyone else talking about it. I need to provide the ability to reorder the selected items in my multi-select set. current behavior is they are in the order selected by the user.
i would like to enhance the ui-select directive to allow drag & drop reordering of selected items. i am considering a creating a pull with an implementation of one of the angular draggable directives (see below) to augment ui-select.
before i embark on my effort, i wanted to ask the community if anyone has this on the roadmap, or if anyone thinks one of the existing directives would be better or worse for this functionality.
http://codef0rmer.github.io/angular-dragdrop/#/
http://ngmodules.org/modules/ngDraggable
http://www.directiv.es/Angular-DragDrop
thanks in advance for any solicited comments, advice, warnings, etc.