Jesse Foster

Results 4 comments of Jesse Foster

What help do you need? I added ui-sortable's v0.14.x branch to my project and it worked fine in my limited testing.

I'll set aside some time tomorrow to make a codepen so we have a working example. I didn't look through all your changes in v.14.x-dev so hard for me to...

Looks like the branch still has some bugs. I made an example with v.14.x-dev, http://codepen.io/anon/pen/YyxMKm. Moving multiple items from list1 into the dropzone works correctly, however moving multiple items from...

Ah found the bug, in your helper function you calculate the indices without taking into account 'items' option. ``` javascript var selectedIndexes = angular.element.map(selectedElements, function (element) { return angular.element(element).index(); });...