Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scniro/ng-tick

A more accurate self-healing JS timer with various timimg-type directives built on top
https://github.com/scniro/ng-tick

Last synced: about 1 month ago
JSON representation

A more accurate self-healing JS timer with various timimg-type directives built on top

Awesome Lists containing this project

README

        

# ngTick
A more accurate self-healing JS timer with various timing directives built on top

- [demo/api](http://ng-tick.azurewebsites.net/)

# Getting Started

```
bower install ng-tick
```

* Include the `ngTick` module as a dependency in your AngularJS application

```javascript
angular.module('app', ['ngTick'])
```

Based on an idea by James Edwards:
http://sitepoint.com/creating-accurate-timers-in-javascript/