marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

data-toggle="collapse" data-target #426

Open Mirou117 opened 7 years ago

Mirou117 commented 7 years ago

I have a dnd list. The drag and drop work. but when I put a toggle

data-toggle="collapse" data-target="#step-{{step.Id}}"

to collapse a other div. It's doesn't work.

I remove the dnd-list and it's work again

Can I do something about it?

thanks

meisenbar commented 6 years ago

I have the same problem. Even in dnd-nodrag data-toggle doesn't work. Any idea, hint or work around?

This drag and drop lists are great. By faaaaar the best usable and most complete dnd implementation for angular i have seen!! Great work!