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

Bunch of useful filters for AngularJS (with no external dependencies!)

Results 102 angular-filter issues
Sort by recently updated
recently updated
newest added

I'm using `chunkBy` in an ng-repeat, and I notice that the components are re-rendering every few seconds or so. This doesn't happen if I take the `chunkBy` out. Any thoughts...

Hello, How can I get a reference to the length of the filtered array, into a scope variable for use elsewhere?

Hi.. I cannot find a way to group by my array with a date part (dd/MM/yyyy). I have to group by day/month/year of a date property, how can I do...

here i want sort by group by clicking the header.

I am using the groupBy filter, after groupBy filtering I would love to do orderBy filtering. I have tried orderBy after the groupBy clause but that didn't work. Can you...

Looks like when I trying to use native angular orderBy filter along with the groupBy filter the first doesn't affect the result: ng-repeat="(key, value) in collection | orderBy: '-OccurredOnDate' |...

I have an array of 300 non-trivial objects, which I want to filter with `groupBy`. When I attempt to do that, my whole applications slows to a crawl. This is...

PRs plz!

- **UnderscoreFilter** - [**#c23f890**](https://github.com/a8m/angular-filter/pull/245/commits/c23f890bc6b4c8e81c3308855e1d001e92477fb7) - **CamelizeFilter** - [**#428f27d**](https://github.com/a8m/angular-filter/pull/245/commits/428f27dcbf8dbc5171c9d7d537e4bcec0374aa80)