@adopisowifi/ng-seconds-format

Angularjs module that provides adotime filter. It displays remainig time of customers in a human-readable format.

Usage no npm install needed!

<script type="module">
  import adopisowifiNgSecondsFormat from 'https://cdn.skypack.dev/@adopisowifi/ng-seconds-format';
</script>

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>