mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
184 stars 66 forks source link

Fix missed $scope in ts-criteria (issue #96) #107

Closed Anber closed 7 months ago

Anber commented 6 years ago

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.