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

In no filter case, everything looks ok. But when I use a filter, click an element in popover alse close the popover. line 18 : `"| toArray:true | orderBy: '-$key'"`...

I have the following code: `` I have 2 incidents named "Incident1" and "Incident10". The filtering is causing Incident10 to appear twice, so I can only assume that the filterBy...

### The current behavior When given an Number less than 1000, shortFmt returns a Number. Otherwise, it returns a String. ### Why is this a problem? Consider the following case:...

I found that when using the groupBy filter within the template with an ng-repeat that iPhone4 on iOS9 would infinitely repeat the data, causing it to crash the browser if...

I'm trying to filter a chunked group of check boxes via a search input, but if I enter a search and while focus is still on the search input, the...

https://github.com/a8m/angular-filter/issues/177

Hello i notice that if i use groupBy function from Your filter, it reverses the original order of the initial array. Can you tell me if it is possible to...

I installed the angular-filter module via npm. Is there a way to require this module inside index.js like below, rather than adding it as a `` tag in index.html. My...

I'm using angular-filter npm package within a cordova app. That app is being targeted to all 3 mobile platforms (iOS, Android, WP) and I'm having issues while trying to publish...

When collection is undefined on where filter, we got: "TypeError: Cannot read property 'filter' of undefined" A simple check solve the problem. if(!collection)) { return false; }