fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

MOVE OBJECTS INSIDE DROP ZONE #201

Open joaolori opened 8 years ago

joaolori commented 8 years ago

hello guys,

Is there any way to move objects inside drop zone? The examples always put drop items at fixed positions.

Help pls

joaolori commented 8 years ago

very urgent issue, pls help me out

urbanmania commented 8 years ago

Not sure how you are structuring the items in the drop-zone, but I've used orderBy to make sure items are ordered alphabetically, perhaps that would work for you as well.

Sorry, just re-read your comment and realised you didn't want the same position, never mind then

joaolori commented 8 years ago

nope, i want free to move inside drop zone...