We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2fb9e5 + 585c974 commit f365f0dCopy full SHA for f365f0d
src/angular-datatables.renderer.js
@@ -54,7 +54,7 @@
54
expression = $elem.find('tbody').html(),
55
// Find the resources from the comment <!-- ngRepeat: item in items --> displayed by angular in the DOM
56
// This regexp is inspired by the one used in the "ngRepeat" directive
57
- match = expression.match(/^\s*.+\s+in\s+(\w*)\s*/),
+ match = expression.match(/^\s*.+\s+in\s+(\S*)\s*/),
58
ngRepeatAttr = match[1];
59
60
if (!match) {
0 commit comments