Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-sortable moved into other project #1044

Open
marcbachmann opened this issue Feb 19, 2017 · 1 comment
Open

ng-sortable moved into other project #1044

marcbachmann opened this issue Feb 19, 2017 · 1 comment

Comments

@marcbachmann
Copy link

marcbachmann commented Feb 19, 2017

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
Copy link
Author

marcbachmann commented Feb 19, 2017

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: SortableJS/angular-legacy-sortablejs@75af496

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant