angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 443 forks source link

Not sorting properly #503

Closed digitalrep closed 7 years ago

digitalrep commented 7 years ago

http://codepen.io/anon/pen/YNeKZp

Is it the versions of jquery etc. I'm using? Or something else?

thgreasi commented 7 years ago

Strange or no results with jQuery v3.0 has been reported before. Please use v3.1. Also I didn't check the version of ui-sortable that you are using. The examples found in README work using jQuery v3.1, so I would suggest you to use them as a good starting point.

-- Thodoris Greasidis

thgreasi commented 7 years ago

Adding a track by $index in the ng-repeat resolved the issue.

digitalrep commented 7 years ago

Oh thanks I will try that out. Thanks so much for letting me know.