Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit aedb58f

Browse files
committed
Merge pull request #292 from BrianGenisio/master
feat(sortable): remove digest from $timeout on sortable('refresh')
2 parents 37c11b9 + 0316932 commit aedb58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ angular.module('ui.sortable', [])
7575
if (!!element.data('ui-sortable')) {
7676
element.sortable('refresh');
7777
}
78-
});
78+
}, 0, false);
7979
});
8080

8181
callbacks.start = function(e, ui) {

0 commit comments

Comments
 (0)