Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

poly-filters

Join the chat at https://gitter.im/mbarinov/poly-filters

This library is a range of useful filters for Polymer expressions.

Documentation

Getting started

bower install poly-filters

<link rel="import" href="bower_components/poly-filters/poly-filters.html">

{{ 'Hello world' | uppercase }}

> HELLO WORLD

Filters:

  • Uppercase
  • Lowercase
  • Trim
  • Round
  • Reverse
  • Length
  • Parsing link
  • Date
  • Array filter