I wanted to create a list (or table) with some sortable items in emberjs and jqueryui.
I uploaded a sample on JSFiddle: http://jsfiddle.net/KCxxu/
When I start it and click remove it works perfect. But when I first reorder the items and click remove again nothing happens till I click both delete buttons.
Any ideas?
Thanks a lot!
in your del function add
contentWillChange()andcontentDidChange()Seems to work now
http://jsfiddle.net/KCxxu/3/