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

Push Array A to server by HTTP post method #477

Open subhad82 opened 6 years ago

subhad82 commented 6 years ago

Hi , Please help me how to push the JSON A created by dragging to server by post HTTP method .

Rich-Strle commented 6 years ago

I have this same question. It's not in the dragend event. I ended up putting an 'update after sort' button on the page.