I need to implement an up and down actions on selected item in array for reordering my model.
I think I just need to change the index of the item in the array model but I don’t know how to perform this with ember ?
I’m just using the Ember.computed.sort computed property. I also changed some of the other logic around to selecting action and isSelected to something that made a little more sense to me.