Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skadimoolam/polymer-currency-filter
Currency filter for Polymer
https://github.com/skadimoolam/polymer-currency-filter
Last synced: 18 days ago
JSON representation
Currency filter for Polymer
- Host: GitHub
- URL: https://github.com/skadimoolam/polymer-currency-filter
- Owner: skadimoolam
- License: mit
- Created: 2015-02-28T17:38:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T06:01:56.000Z (over 9 years ago)
- Last Synced: 2024-10-09T05:14:11.047Z (27 days ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polymer-currency-filter
### Currency Filter is plugin for Polymer Library to format Numbers in Currency format.
### Installation:
> Bower install polymer-currency-filter
### Usage:
``### Examples
{{ 169535.216 | currency }}
> $169,535.22
{{ 169535.216 | currency('USD$') }}
> USD$169,535.22
{{ 169535.216 | currency('USD$', 4) }}
> USD$169,535.2160