IvyApp / ivy-sortable

Ember helper for interacting with jQuery UI's Sortable module.
http://ivyapp.github.io/ivy-sortable/
MIT License
10 stars 6 forks source link

which event triggered when sort finished? #8

Closed LiuXiaoJie closed 9 years ago

LiuXiaoJie commented 9 years ago

{{#collection "ivy-sortable" content=people}} Greetings, {{name}}! {{/collection}}

I want to give each person a 'index' property(as the item index in the person), then save them. But i don't know when to do this.