mattiash / angular-tablesort

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

Don't interpolatie expression in ts-criteria filter parameter #96

Open ViieeS opened 7 years ago

ViieeS commented 7 years ago

It doesn't work:

<th ts-criteria="value|customFilter:parameter">

it works:

<th ts-criteria="value|customFilter:{{parameter}}">
mattiash commented 6 years ago

I can't find any documentation that clearly says how angular filters are supposed to behave with extra parameters. Can you make an example or something that shows this behaviour?

ViieeS commented 6 years ago

@mattiash Hi! Check this doc https://docs.angularjs.org/api/ng/filter/filter