ember-collection-select
v0.0.0
Published
A select component built using ember-collection to incrementally render large lists of options.
Downloads
4
Readme
ember-collection-select
A select component built for Ember.js. Uses Ember Collection to incrementally render large lists of options.
Status
This is a work in progress.
Demo
Checkout the demo.
Usage
This addon provides an ember-collection-select
component.
{{#ember-collection-select content=items selection=model as |item searchTerm|}}
{{item.fullname}}
{{/ember-collection-select}}
Properties
Actions
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.