Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 462 Bytes

AngularJS Timer Directive

This timer is able to show the countdown time and executes a funcion callback on timeout.

Instructions

Create a Timer HTML Tag: <div ng-timer callback="<callback function on timeout>" time-sec="<timeout in seconds>">

Autor

Micha Meier

Features

  • Function callback on timeout
  • Shows countdown time

Testing

Have a look at Plunker: https://embed.plnkr.co/lMmS3v/