A demonstration of how to do drag-n-drop sorting of Ember records using JQuery UI's Sortable plugin. Described in detail on my website:
http://www.20papercups.net/programming/drag-n-drop-sorting-with-ember-2-x-and-jquery-ui/
Based on the work of Benjamin Rhodes, as described here:
http://nerdyworm.com/blog/2013/04/26/ember-dot-js-drag-and-drop-sorting-with-jquery-sortable/
But brought up to date to work in Ember 2.6.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.