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

Is there any way to use latinize and filterBy all together? I guess there would be other cases to allow this too.

PRs plz!
Suggestion

See issue: https://github.com/smashingboxes/OwlCarousel2/issues/674 This has also been observed to occur with [slick.js](http://kenwheeler.github.io/slick/)

Currently the (in my instance) fuzzyBy filter has this code in it ``` if(!isArray(collection) || isUndefined(property) || isUndefined(search)) { return collection; } ``` Search is the key word. Now say...

Filter by working fine if- there is a single item 0n corresponding users filterBy: ['users.strict']: 'john' But filterBy not working in following json if users have multiple items $scope.data =...

HTML Mouse events don't work as expected when bound to elements using ng-repeat with filters. On a MacOSX 10.10 MacbookPro: - Firefox: events fire apparently "at random" with many mouseenter...

See https://github.com/a8m/angular-filter/issues/108 Turn the arguments object into an array before JSON stringification

Memoize currently applies toJson to the arguments object, but that doesn't work across all browsers: http://stackoverflow.com/questions/17546967/whats-going-on-with-json-stringifyarguments PR forthcoming

Could you add support for compound properties (like in filterBy) to groupBy? It would be also appreciated to have a way to "groupBy" in a case-insensitive way Thank you in...