angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 444 forks source link

Select Multiple Drag #540

Closed dashawk closed 6 years ago

dashawk commented 6 years ago

Hi,

I am trying to drag multiple items. Here is my current implementation.

Using Native Code Using Angular-Ui-Sortable

But it the angular app, its not working.

How can I achieve this using angular-ui-sortable?

thgreasi commented 6 years ago

You can use ui-sortable-multiselection and you can find an example in the README of this repo as well.

dashawk commented 6 years ago

Thanks for pointing me the right repo. I just have one more question. Can we install ui-sortable-multiselection via bower?

thgreasi commented 6 years ago

Yes, you should be able to do a bower install angular-ui-sortable-multiselection.