a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)
https://github.com/a8m/angular-filter
MIT License
2.93k stars 332 forks source link

Filters Not Working on IE #252

Closed harshalgite11 closed 7 years ago

harshalgite11 commented 7 years ago

I am trying to use 'FilterBy' and 'Unique' on Angular Smart-Table Columns. The dropdown filter is populating correctly but the Smart Table does not reflect the filtered data. When I remove filtering code of angular-filter.js, the smart-table filters are working.

Is your library IE Compatible? If yes then from which version? Everything works fine on Chrome and Mozilla!