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

https://github.com/jdforsythe/angular-recurrence-picker

Recurring date selector for angular 1
https://github.com/jdforsythe/angular-recurrence-picker

angular angular-directives angularjs

Last synced: about 2 months ago
JSON representation

Recurring date selector for angular 1

Awesome Lists containing this project

README

          

angular-recurrence-picker
=========================

[![Build Status](https://travis-ci.org/jdforsythe/angular-recurrence-picker.svg?branch=master)](https://travis-ci.org/jdforsythe/angular-recurrence-picker)

An Angular directive for choosing recurring dates.

## Installation
```bash
$ bower install angular-recurrence-picker
```

## Setup

Include `angular-recurrence-picker'` in your module's dependencies:

```js
angular.module('myApp', ['angular-recurrence-picker']);
```

## Usage

## Tests

A round of tests is included. To run the tests, execute:

```
karma start karma.conf.js
```

## Contributions

Contributions are always welcome. Please submit issues and pull requests.

## License

[MIT](LICENSE)