Wraps jquery-ui-sortable in an ember component.
This addon is not being maintained. We suggest you check out ember-sortable.
Add a dependency to your package.json
file like:
"draggable-each": "krisselden/draggable-each"
or
"draggable-each": "https://github.com/krisselden/draggable-each/archive/v0.0.x.tar.gz"
Then run npm install
and use the draggable-each
as you see fit. See test/dummy/app
for examples of usage.
This rest of this README outlines the details of collaborating on this Ember addon.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
Note: development requires ember-cli > 0.4.0. At the time of this writing, that means master.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.
Original implementation by @krisselden with subsequent work by @stefanpenner (in https://github.com/stefanpenner/d-d) and now packaged as an ember-cli addon with additional contributions by authors listed in the CHANGELOG. Thanks to Plyfe, Vestorly, and an unnamed client of Yapp Labs for their support of developing and open sourcing this project.