Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/previousdeveloper/angular-simple-countdown
a simple countdown angular directive with multiple language.
https://github.com/previousdeveloper/angular-simple-countdown
Last synced: about 1 month ago
JSON representation
a simple countdown angular directive with multiple language.
- Host: GitHub
- URL: https://github.com/previousdeveloper/angular-simple-countdown
- Owner: previousdeveloper
- License: mit
- Created: 2015-10-06T12:47:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T06:27:58.000Z (about 9 years ago)
- Last Synced: 2024-09-09T22:36:32.091Z (2 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-simple-countdown
a simple countdown angular directive with multiple language. It is improvement of the [simple-inline-countdown-directive](https://github.com/globaljake/simple-inline-countdown-directive)## Installation
### Bower
`bower install angular-simple-countdown`
```html
local```
```html
local```
## Usage
```javascript
var myApp = angular.module('app', ['countdownTimer']);
```
## Field Schema`countdown`: initializes directive
`end-date`: the end date. _takes any format js Date() allows_
`units`: which units you want the countdown to be viewed in
`lang`:lang="TR"