Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scniro/ng-tick
- Owner: scniro
- License: mit
- Created: 2015-12-21T15:03:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T22:38:50.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T00:35:55.541Z (about 1 month ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/