0.0.2 • Published 9 years ago

regular-utils v0.0.2

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

regular-utils

npm dm CircleCI branch Coveralls branch

regular utils, containing regular filters, directives and animations

Filters

price

{ '12345678' | price } // '12,345,678'
{ 12345678 | price } // '12,345,678'
{ 12345678.9 | price } // '12,345,678.9'

timeformat

{ 1477962600000 | timeformat: 'YYYY-M-D HH:mm:ss' } // '2016-11-1 09:10:00'

See more supported tokens

Directives

countdown

<div r-countdown="{ endTime }" format="[D]天[H]时[M]分[S]秒[MS]"></div>

License

MIT © fengzilong

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago