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

How do I insert dynamically items from this array to the filter that is in wizard.html page , for when the templateUrl , which is on the route , make...

- updated shortFmt filter to be more "forgiving" with various inputs and provided a more robust implementation - added filterFactory method to a8m.math module as suggested by @a8m - using...

Hi just thought of adding linkify filter for string. Angular has built in linky filter but not playing well with combination of using ng-bind-html in which data to be binded...

Needs-Feedback

I gave up on trying to figure out why, but the combination of groupBy, toArray and angular's built-in orderBy filter had some disastrous side effects for me. So added an...

Needs-Feedback

updated readme and added tests as well.

This fix adds support to filter JSON data that contains keys names with spaces, and avoids runtime errors. as $parse is needed no more, i removed it.