/angular-clock

Clock app for AngularJS demo

Primary LanguageJavaScript

Angular Clock Build Status

Angular clock: An AngularJS demo application

Angular clock is an application to show clocks. It has 3 features: normal clock, count down clock, multiple timezone clocks.

Angular clock is built on top of Angular.js (with jQuery) and Bootstrap.

Contributing

Clone and install dependencies:

git clone <your-fork-url>
cd <your-fork-directory>
bower install
npm install

Run tests:

cd test
karma start
karma run

Contributors