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.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.