@adopisowifi/ng-seconds-format
v0.0.2
Published
Angularjs module that provides `adotime` filter. It displays remainig time of customers in a human-readable format.
Downloads
7
Readme
Seconds Format
Angularjs module that provides adotime
filter. It displays remainig time of customers in a human-readable format.
- Module name:
ado.seconds-format
- Filter:
adotime
Usage
<span>{{user.remaining_time | adotime:'short'}}</span>
or
// default long
<span>{{user.remaining_time | adotime:'long'}}</span>