ngDraggable icon indicating copy to clipboard operation
ngDraggable copied to clipboard

Missing Support for multiple Drag&Drop allocations

Open DjRAST opened this issue 9 years ago • 4 comments

Currently, all draggable elements can be dropped on all available drop-elements. It would be great to differentiate between elements and specify which can be dropped where. This is currently very complicated to achieve. Also: It is currently not possible to register different "on-drag-start" methods for different draggable-elements since it will be directly bound to the "draggable:start"-event.

DjRAST avatar Dec 03 '15 10:12 DjRAST

+1

maqeelqureshi avatar Dec 11 '15 12:12 maqeelqureshi

+1

francoisgrogor avatar Feb 16 '16 10:02 francoisgrogor

+1

afmmars avatar Mar 15 '16 18:03 afmmars

See Pull Request https://github.com/fatlinesofcode/ngDraggable/pull/224

francoisgrogor avatar Mar 16 '16 06:03 francoisgrogor