ember-clndr
v0.0.3
Published
An Ember wrapper for the CLNDR.js plugin for creating calendars.
Downloads
3
Readme
Ember-clndr
A work in progress to wrap the CLNDR.js functionality on an Ember addon.
The current implemantation is working with data from a model and the events fire so you can catch them on the controller or route. For now we only have the default template and it can't be customized more than setting classes on the parent element.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.