0.0.0 • Published 8 years ago

ember-collection-select v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

ember-collection-select Build Status

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 repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.