0.0.0 • Published 10 years ago
ember-collection-select v0.0.0
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/.
0.0.0
10 years ago