0.0.2 • Published 8 years ago

ember-cli-un-calendar v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Build StatusEmber Observer Score npm version

Ember-cli-un-calendar

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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.