angular-filter
                                
                                 angular-filter copied to clipboard
                                
                                    angular-filter copied to clipboard
                            
                            
                            
                        Bunch of useful filters for AngularJS (with no external dependencies!)
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...
Close #73.
- 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...
To solve #87 Thx
Refers to #72.
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...
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...
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.