ember-collection-select
v0.0.0
Published
A select component built using ember-collection to incrementally render large lists of options.
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 clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
