Skip to content
Polymer filters for formatting values of expressions. http://addyosmani.github.io/polymer-filters
JavaScript HTML
Find file
New pull request
Latest commit 740fb44 @addyosmani Merge pull request #30 from skadimoolam/master
Added 'objectKeys' and 'underscore' to `polymer-filters.html`
Failed to load latest commit information.
tests Add initial renamed polymer-filters.
.bowerrc Add initial renamed polymer-filters.
LICENSE Initial commit
README.md Update readme link.
bower.json Bump
demo.html Added 'typeof` and 'currency' filters
filter-capitalize.js Added a capitalize filter
filter-currency.js Added 'typeof` and 'currency' filters
filter-date.js Clean-up dates.
filter-firstlast.js Add support for simple first/last filter.
filter-length.js Add simple length filter
filter-limitFrom.js Minor tweak to limitFrom
filter-limitTo.js Add closure to filter-limitTo.js to prevent helper functions from bec…
filter-list.js Support a list filter
filter-lowercase.js Add lowercase filter.
filter-ltrim.js Add left and right only trimming capabilities
filter-objectKeys.js update objectKeys to return null and undefined unchanged
filter-orderBy.js Add orderBy filter.
filter-random.js Add random filter.
filter-replace.js Reference word count, minor tweak.
filter-reverse.js Add reverse filter.
filter-round.js Add rounding.
filter-rtrim.js Add left and right only trimming capabilities
filter-startsWith.js Add startsWith filter.
filter-titlecase.js Adds titlecase filter.
filter-trim.js Add check to ensure trim does not error
filter-truncate.js Add check to ensure truncate does not error
filter-typeof.js Added 'typeof` and 'currency' filters
filter-underscore.js Added the implementation.
filter-uppercase.js Add uppercase filter.
filter-wordcount.js Add filter for word count
index.html Update to webcomponents.js
polymer-filters.html Added 'objectKeys' and 'underscore' to `polymer-filters.html`

README.md

polymer-filters

A collection of Polymer filters for formatting values of expressions for display to users

See the component page for more information.

Something went wrong with that request. Please try again.