SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.41k stars 3.69k forks source link

ng-sortable moved into other project #1044

Open marcbachmann opened 7 years ago

marcbachmann commented 7 years ago

The most recent version of this module (v1.5.0) doesn't work anymore with angular 1.x. The angular module has moved from sortablejs/ng-sortable.js to angular-legacy-sortablejs.

If you're having problems like me, you can replace

require('sortablejs/ng-sortable.js')

with

require('angular-legacy-sortablejs')

Maybe we can document that migration step somewhere.

marcbachmann commented 7 years ago

And the version in master which would work isn't published yet. @RubaXa would you like to publish that one please ❤️

Here's the relevant fix that is needed: https://github.com/SortableJS/angular-legacy-sortablejs/commit/75af4961c2eadf6dc7107178b79b0dc6d6228272