Skip to content

jacobscarter/angular-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Countdown Timer for Angular 1.x Apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published