Skip to content

Commit 25d0b63

Browse files
committed
Merge pull request #49 from ebemunk/fix-isecdom
fix #12 and #38
2 parents 5ad0a8b + 36f4961 commit 25d0b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-sortable-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
$helper = svElement;
130130

131131
onStart($scope, {
132-
$helper: $helper,
132+
$helper: {element: $helper},
133133
$part: originatingPart.model(originatingPart.scope),
134134
$index: originatingIndex,
135135
$item: originatingPart.model(originatingPart.scope)[originatingIndex]

0 commit comments

Comments
 (0)