Skip to content

Commit 1ee04e7

Browse files
committed
Uglify JS files for l-lin#893
1 parent 2a33ee6 commit 1ee04e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/angular-datatables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
889889
var _expression = _$tableElem[1];
890890
// Find the resources from the comment <!-- ngRepeat: item in items --> displayed by angular in the DOM
891891
// This regexp is inspired by the one used in the "ngRepeat" directive
892-
var _match = _expression.match(/^\s*.+?\s+in\s+([a-zA-Z0-9\.-_]*)\s*/m);
892+
var _match = _expression.match(/^\s*.+?\s+in\s+([a-zA-Z0-9\.-_$]*)\s*/m);
893893

894894
if (!_match) {
895895
throw new Error('Expected expression in form of "_item_ in _collection_[ track by _id_]" but got "{0}".', _expression);

0 commit comments

Comments
 (0)