The add-on provides you a date input component based on amazing bootstrap-datepicker library. It supports popup and inline mode, and can be used in Ember CLI applications.
If you are using Ember CLI 0.1.5 and higher, just run within your project directory:
ember install:addon ember-cli-sift-and-list
When your Ember CLI version is below 0.1.5, please run within your project directory:
npm install --save-dev ember-cli-sift-and-list
ember generate ember-cli-sift-and-list
This outlines the details of collaborating on this Ember addon.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.