You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
toangular-legacy-sortablejs
.If you're having problems like me, you can replace
with
Maybe we can document that migration step somewhere.
The text was updated successfully, but these errors were encountered: