Skip to content

MichaelMarner/ember-sortable-demo

Repository files navigation

Sortable-demo

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

About

Demonstration of drag/drop sorting of Ember records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published