Files
awx/awx/ui/static/lib/angular-scheduler/README.md

644 B

angular-scheduler

A UI widget for creating or editing repeating calendar entries. Dynamically injects HTML anwhere in an Angular app. Provides methods for converting schedule entry to and from RRule format, based on the iCalendar RFC.

Intalling

bower install angular-scheduler

Using

Coming soon...

Examples

An example site is included along with a simple node based web server. With node installed, run the following:

node scripts/web-server.js

Once that's running, point you browser to http://localhost:8000/app/index.html