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

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

Awesome Lists containing this project

README

          

# Angular circle countdown
Circle countdown for angular

![Screenshot](screenshot.png)

## 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