angularcountdown

0.1.1 • Public • Published

angular-countdown

Countdown Timer for Angular 1.x Apps

This directive uses countdown time logic from countdown.js v2.4.1 http://countdownjs.org

Instal

bower install angularcountdown

or

npm install angularcountdown

Usage

Include module dependency

angular.module('myApp', ['angular-countdown']);

Insert directive into HTML file. Date is passed into attribute:

<countdown stopdate="7/4/2015 11:00 AM"></countdown>

Upcoming Features

  • Change Specificity of Timer (e.g. Days only, Days and Hours only, etc...)
  • Create multiple CSS skins to choose from
  • Make responsive

Package Sidebar

Install

npm i angularcountdown

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jacobscarter