mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 00:21:47 -05:00
644 B
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