Skip to content

Commit

Permalink
Merge pull request #324 from cybercomkvint/handle_isolated_fix
Browse files Browse the repository at this point in the history
Fixes issue #93
  • Loading branch information
a5hik committed May 24, 2016
2 parents 9303c2e + 29b56a1 commit 1c56967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sortable-item-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
// container positioning
containerPositioning = scope.sortableScope.options.containerPositioning || 'absolute';

dragItemInfo = $helper.dragItem(scope);
dragItemInfo = $helper.dragItem(scope.itemScope);
tagName = scope.itemScope.element.prop('tagName');

dragElement = angular.element($document[0].createElement(scope.sortableScope.element.prop('tagName')))
Expand Down

0 comments on commit 1c56967

Please sign in to comment.