0.0.2 • Published 10 years ago
ember-cli-un-calendar v0.0.2
Ember-cli-un-calendar

Description
WIP
ember-cli-uncalendar is an addon based on un-calendar component. I created a separated addon
because un-calendar has this warning Warning: works only with Ember <= 1.10. I pretended to fix the uncalendar component itself but
in my case it was better to create a ember cli addon, reuse the logic of uncalendar and fix the problem it has. This is a work in progress,
but as far as I have test it works.
Collaborating
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.