angular-tablesort icon indicating copy to clipboard operation
angular-tablesort copied to clipboard

Don't interpolatie expression in ts-criteria filter parameter

Open ViieeS opened this issue 7 years ago • 2 comments

It doesn't work:

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

it works:

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

ViieeS avatar Jun 30 '17 16:06 ViieeS

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?

mattiash avatar May 13 '18 15:05 mattiash

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

ViieeS avatar May 17 '18 11:05 ViieeS