We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb9eca + 1397bad commit 3693e09Copy full SHA for 3693e09
angular-legacy-sortable.js
@@ -38,7 +38,7 @@
38
nextSibling;
39
40
function getNgRepeatExpression(node) {
41
- return node.getAttribute('ng-repeat') || node.getAttribute('data-ng-repeat') || node.getAttribute('x-ng-repeat');
+ return node.getAttribute('ng-repeat') || node.getAttribute('data-ng-repeat') || node.getAttribute('x-ng-repeat') || node.getAttribute('dir-paginate');
42
}
43
44
// Export
0 commit comments