ng-sortable
ng-sortable copied to clipboard
Issue 347
Fixes #347
- The object being passed to
dragItem
is anitemScope
thereforeitem.itemScope
is undefined. This code creates a fall back to use the item itself, which seems to resolve the issue as I am experiencing it.