Skip to content

Commit 3693e09

Browse files
authored
Merge pull request #21 from ViktorMelnyk/master
feature/added compatibility with dir-paginate
2 parents ddb9eca + 1397bad commit 3693e09

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)