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

Another filter I found useful is the zero padding. Would you mind to add it in the library also? Thanks. ``` String.prototype.repeat = function( num ) { return new Array(...

same as `xor`

PRs plz!
Needs-Feedback

Hi, How can we use this filters inside a angularjs controller. It works fine when I use it inside html with ng repeat "data-ng-repeat="orders in orderList | unique: 'submission_Date'" but...

The version has been bumpeed to 0.5.8 but no signed release tag has been created. For a matter of security it would be important to always do it.

Considering this code ``` javascript block in orderjson.Blocks | filterBy: ['ID_Block']: block_NM.ID_Block ``` if ID_Block have on array values [1, -1,3,5] and filter is set to 1. I expect to...

Here's JS Bin of GroupBy + OrderBy http://jsbin.com/qewono/1/edit A few observations: - It only doesn't work in Chrome. In IE records ordered correctly - It only breaks when there are...

`' alert(document.cookie);'` turns into ` alert(document.cookie);`. The simpler regexp `/]+>/g` does strip the HTML.

Hello guys, Can you tell me what I'm doing wrong that ui.bootstrap + groupBy + toArray don't work together ? Examples: http://plnkr.co/edit/G6sHrEHQIGVBwzolxlYb?p=preview

help wanted

I saw this which was closed: https://github.com/a8m/angular-filter/issues/131 I am still seeing the same issue in 0.5.8 See this Plunker: http://plnkr.co/edit/3YoIOChUnxmghFlKtPZT?p=preview Thanks

More specifically, it fails for values that are implicitly defined by a javascript object. This pull request (mine) offers one solution: https://github.com/a8m/angular-filter/pull/153