regular-utils
regular utils, containing regular filters, directives and animations
Table of Contents
Filters
price
'12345678' | price // '12,345,678'
12345678 | price // '12,345,678'
123456789 | 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
License
MIT © fengzilong