ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:
MIT License
239 stars 123 forks source link

DragImage to be string/label ? #48

Open cynhong opened 7 years ago

cynhong commented 7 years ago

Hi, is there any way where I can customize the dragImage to show a custom string? For example if I drag "item A", i want to show "Dragging item A" and if I drag "item B", i want to show "Dragging item B"? Other than custom string, can i customize how the dragImage looks like using html controls like div, label, etc?