https://github.com/shakogegia/angular-circle-countdown
Check for demo
https://github.com/shakogegia/angular-circle-countdown
angular circle countdown timer
Last synced: 3 months ago
JSON representation
Check for demo
- Host: GitHub
- URL: https://github.com/shakogegia/angular-circle-countdown
- Owner: shakogegia
- License: mit
- Created: 2016-02-02T11:17:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T09:37:49.000Z (about 8 years ago)
- Last Synced: 2025-06-08T12:38:49.077Z (4 months ago)
- Topics: angular, circle, countdown, timer
- Language: JavaScript
- Homepage: http://shakogegia.github.io/angular-circle-countdown/
- Size: 3.53 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Angular circle countdown
Circle countdown for angular
## See All demos
[Demo & Examples](http://shakogegia.github.io/angular-circle-countdown/)## Install
with bower
```
$ bower install angular-circle-countdown --save
```## Include
Include dependecies at first
```html```
include files
```html```
### Usage
Inlucde in your app
```js
var app = angular.module('App', ['circle.countdown']);app.controller('AppController', ['$scope', function($scope){
$scope.finished = function(){
// Finish callback
};
}])
```Insert in your html
```html
```
Or to use a specific date:
```html
```
### Configuration
Choose your theme:
```
flat-colors, flat-colors-wide, flat-colors-very-wide,
flat-colors-black, black, black-wide, black-very-wide,
black-black, white, white-wide,
white-very-wide or white-black
``````time``` attribude - accepts seconds
```finish-callback``` attribude - function, assign callback function which will be called after timer finish