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

The "groupBy" function can be asked to group by property names such as "valueOf", or other properties implicitly defined in the empty object. Without this check, a new array isn't...

For example, when the search is "A", the filter would find any of these : "AÂÃÄÀÁÅÆ". I think this is a complete list of accentes charachters: ÂÃÄÀÁÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞß àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ Thank you...

Hi all, I have a question about the groupBy function. I'm using this (see below) for the group by. "(key, value) in items | filter:searchFilter | groupBy: 'name'" Now everything...

In relation to https://github.com/a8m/angular-filter/issues/140 and https://github.com/a8m/angular-filter/issues/136 i'm wondering if in a result of groupby:'id', are groups specifically ordered by the grouping key ('id'). let me clarify my question with an...

replace firstname and all middle names with a dot notation

Not sure if I'm doing anything wrong, but when I use groupBy with ng-repeat in my directive, updating model state of one directive instance "sometimes" updates the model of another...

bug
PRs plz!

Range is a useful function for python. Would you mind to add this also? Ref: http://stackoverflow.com/questions/11873570/angularjs-for-loop-with-numbers-ranges

PRs plz!
Needs-Feedback

I would need additional string filter for padding (leftpad, rightpad) What do you think?

Needs-Feedback

I would suggest a change, but this would break a lot of stuff. Therefore, I suggest changing the documentation to reflect that it's 1-indexed, as this is confusing and I...

It would be nice if we could get something like [SugarJS's .assign()](http://sugarjs.com/api/String/assign) method.