You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can check your own codepen example at http://codepen.io/ionic/pen/JsHjf linked by the ion-list page http://ionicframework.com/docs/api/directive/ionList/ .
To make it more obvious, add {{$index}} in front of Item, like that:
{{$index}} Item {{ item.id }}
Move different rows a couple of times and at some point it is not in sync anymore and all kind of messed up stuff happens. Items get overwritten or placed at the wrong index.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
You can check your own codepen example at http://codepen.io/ionic/pen/JsHjf linked by the ion-list page http://ionicframework.com/docs/api/directive/ionList/ .
To make it more obvious, add {{$index}} in front of Item, like that:
{{$index}} Item {{ item.id }}
Move different rows a couple of times and at some point it is not in sync anymore and all kind of messed up stuff happens. Items get overwritten or placed at the wrong index.
This issue has also been reported here in the forum: http://forum.ionicframework.com/t/issue-in-list-after-reordering/4458/4
The text was updated successfully, but these errors were encountered: