angular-ui/angular-ui-OLDREPO

AngularJs with jQuery sortable don't work well on divs in one row.

Opened this issue · 1 comments

Hi all.
I want to make jQuery sortable work with AngularJS. It works good, if you have a list or collection of divs under each other ( in one column). But I want to have divs in one row and do sorting on them. This doesn't work well. Sorting is possible but it's difficult to do it. (see demo http://plnkr.co/edit/sXGUG4FPukrPw00nKmns?p=preview). When I use pure jQuery sortable for this purpose, it works fine.

Can you please give me advice how to do this with Angular and with comfort like when you have divs under each other?

Oops, I put it in a bad repo.
Sorry, I'm new to github.