0.0.2 • Published 9 years ago

angularjs-filters v0.0.2

Weekly downloads
66
License
MIT
Repository
github
Last release
9 years ago

Build Status Dependency Status devDependency Status

angularjs-filters

A library of common AngularJS filters. Each filter is individually tested for various inputs. The module can be used by using the filter.js in your browser includes, or by using npm module ( with browserify).

Installation

bower install angularjs-filters

String Filters

Array Filters

Math Filters

Boolean Filters

Debug Filters

Unit Testing

Each of the filter is covered by Unit Test extensively. If you find any input unhandelled, please let me know. Run the unit tests using following commands:

npm run karma 
npm run karma2

Contributions

Please feel free to add your contributions to set of filters.