0.1.1 • Published 8 years ago

angularcountdown v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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