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-listWhen 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-listThis outlines the details of collaborating on this Ember addon.
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
 
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.