Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 978 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 978 Bytes

angular-timer — A simple, re-usable, inter-operable timer directive Build Status

Getting started

With any of the following options...

Running locally

Using Grunt type grunt from command line, the default task will open index.html page in your default browser

Running tests

Following command will run both unit & End-to-End (e2e) tests

grunt tests

Examples

There are some examples on the index page http://siddii.github.io/angular-timer/index.html. Please go over them to get an understanding on how this module works.