Nested sortable AngularJS

angularjs, drag-and-drop, nested-sortable

Solution

I've just written an angularjs ui component for this.

Try this one: https://github.com/JimLiu/Angular-NestedSortable

Problem

I want to create nested sortable lists using AngularJS. I'm not sure that there is existing solution out there. I tried using https://github.com/mostr/angular-ui-multi-sortable, and it works fine, but unfortunately, seems like it doesn't accept nested lists. What I actually need is to have like multiple baskets, where I can reorder these baskets, and also drag/drop products from baskets (from one basket to another). Does anyone have idea/solution how to work with this? Thanks!

Original source