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

Undefined or null implies the property is **not set** meaning do not group it, it is unique. This uses the key property, prefixed with `_$` to assign it a unique...

https://github.com/a8m/angular-filter/blob/91ae1bfe75a4e747c2c52eab2065565aeb39c97e/src/_filter/collection/group-by.js#L36-L43 Because of memoization, special values such as `null` or `undefined` converted to their string equivalent `'null'` and `'undefined'`. e.g. I am trying to have an `accordion-group` whose heading is...

Added inArray filter suggested in issue #211

Hi, I want change the filtter according option selected by user in another View. Wow I can do it? Thanks!

Hi, I'm trying to groupBy a datetime but what happens is that all my datetime's are different and I get different groups by each minute. How can I change the...

It would be nice to have an inArray filter to filter objects in an array by the values in another array. I found an example here: http://jsbin.com/owIXEPE/2/edit?html,js,output

Filtering on a boolean property has no effect at all. _Example_: `$filter('filterBy')(collection, ['property'], true)` Looking at the [source](https://github.com/a8m/angular-filter/blob/master/src/_filter/collection/filter-by.js) we can see that only string and number are allowed. _Line 14_:...

After updated have this error when do filterBy `collection | filterBy : 'Category' : category : true` Category get from select. `...b.filter(function(b){return e.some(function(c){if(~c.indexOf("+")){var d=c.replace(/\s+/g,"").split("+");...`