Skip to content

Commit 1397bad

Browse files
Viktor MelnykViktor Melnyk
Viktor Melnyk
authored and
Viktor Melnyk
committed
feature/added compatibility with dir-paginate
1 parent ddb9eca commit 1397bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-legacy-sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
nextSibling;
3939

4040
function getNgRepeatExpression(node) {
41-
return node.getAttribute('ng-repeat') || node.getAttribute('data-ng-repeat') || node.getAttribute('x-ng-repeat');
41+
return node.getAttribute('ng-repeat') || node.getAttribute('data-ng-repeat') || node.getAttribute('x-ng-repeat') || node.getAttribute('dir-paginate');
4242
}
4343

4444
// Export

0 commit comments

Comments
 (0)