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

No dropzone exists in clone use case when data source is an ng-repeat and not fixed object #519

Closed JakeMauch closed 7 years ago

JakeMauch commented 7 years ago

So most of the examples we use are fixed, hardcoded objects. My data consists of a variable number of ui-sortable lists which must be able to clone to a single ui-sortable. Currently, in the clone use case, attempting to drag from one of these other ui-sortables into the target will render a dropzone of undefined and as a result fail to move anything properly.

Sorry if I fail to tag this properly, not the most experienced with github's issue tracker.

thgreasi commented 7 years ago

Hi there! Can you fork one of the examples found in README and post it to showcase you use case?

thgreasi commented 7 years ago

Any feedback on this?

JakeMauch commented 7 years ago

Sorry, I'll try to get some data soon but I've been forced to move on in my project

On May 28, 2017 4:13 PM, "Thodoris Greasidis" notifications@github.com wrote:

Any feedback on this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/angular-ui/ui-sortable/issues/519#issuecomment-304537405, or mute the thread https://github.com/notifications/unsubscribe-auth/AauxE_22VkRPJ-cG8_KuLcew6XZ3fjb3ks5r-dVxgaJpZM4NfNug .

thgreasi commented 7 years ago

Updated the cloning example found in README to work with a dynamic number of sources. Closing for now, feel free to re-open in any case.