angular-tablesort
angular-tablesort copied to clipboard
Fix missed $scope in ts-criteria (issue #96)
Fix for #96
sortFun doesn't pass $scope to the result of parsing ts-criteria expression which makes impossible to use variables from the scope as part of sort expression.