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

``` it('should allow groupBy multiple key', function() { var arrays = [ { key1: 1, key2: 1, data: {} }, { key1: 1, key2: 1, data: {} }, { key1:...

Need a accent filter for french and other language. I searched a lot and didn't find a good filter for french or other language accent. Can't find for exemple name...

Hey all, Because of this line from Angular 1.2: ``` javascript return fn.apply(self, args); ``` https://github.com/angular/angular.js/blob/g3_v1_2/src/ng/parse.js#L595 Was changed to this line in Angular 1.3: ``` javascript return fn.apply(undefined, args); ```...

My code: ``` User 1 {{value}} ``` Scenario: I use combination of filterBy and countBy filter to get drop down value. The default drop down value is set to **User...

shortFmt doesn't seem to like floats much, would it be worth casting them to an int inside the filter? I'm currently doing outside.

PRs plz!

I'm trying to use the unique filter on a property called 'InköpsNr', but I'm getting the following error: > Lexer Error: Unexpected next character at columns 3-3 [ö] in expression...

random Return a random item from the given collection $scope.array = ['foo', 'bar', 'baz']; {{array | random}} Result could be: 'foo', 'bar' or 'baz'

Hello Team. I am trying to download the last version 0.5.8 but has been impossible. Please your help uploading it. Regards!

While testing the `fuzzy` and `fuzzyBy` filters on some sample text, I noticed they tend to match any search term for long string data. The longer the text string, the...