angular-ui/ui-sortable

Regression: 0.16.0 droptargetContext is undefined

realityfilter opened this issue · 1 comments

With version 0.16.0 after dropping the sortable item int the new location this error appears in the console.

TypeError: undefined is not an object (evaluating 'droptargetContext.scope')

The corresponding line is:

sortable.js:332: ui.item.sortable.droptargetModel = droptargetContext.scope.ngModel;

This seems to be when using data-ui-sortable instead of ui-sortable as attribute name.

Thaks for reporting and sorry for the inconvenience. I'm on it.