ember-multi-input
v0.0.24
Published
The default blueprint for ember-cli addons.
Downloads
68
Maintainers
Readme
Ember-multi-input
note this is my first addon it's in beta. All comments are welcome
Presentation
ember-multi-input provides a simple helper which gives you a simple way to have a group of editable inputs such as a your list of emails when you send an email from your sending box Easy to use on it's simpliest form, it can be used with some other params to custom thoose with validation, conditions, with simple errors etc... Currently works on ember 2.x, not tested yet on ember 1.13
Installation
ember install ember-multi-input
or with npm run
npm install ember-multi-input --save-dev
Using
The following outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4242.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build