MaazAli / ember-cli-sortable

Ember CLI addon for RubaXa's sortable plugin
MIT License
18 stars 24 forks source link

Send Item with Add and Remove actions #12

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 8 years ago

When bubbling actions across groups, determining the item in question after the fact, without access to the original collection is difficult.

This commit modifies events to send the item in question as an additional callback parameter.

drapergeek commented 8 years ago

:+1:

seanpdoyle commented 8 years ago

Closing this, as it seems to be limited by Sortable.js, not this addon.