Calendar widget
<mb-calendar selected={{someDate}} select="monthSelected" />
Currently relies on momentjs; liquid-fire and a private {{format-time}} helper which goes through I18n.
A simple {{format-time}} helper can be found in the test dummy app, we'll open source mb-utils at some point once it's cleaned up.
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/.