0.0.43 • Published 9 years ago

ember-cli-sift-and-list v0.0.43

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Ember-cli-sift-and-list

Build Status

The add-on provides you a date input component based on amazing bootstrap-datepicker library. It supports popup and inline mode, and can be used in Ember CLI applications.

Online demo

Installation

If you are using Ember CLI 0.1.5 and higher, just run within your project directory:

ember install:addon ember-cli-bootstrap-datepicker

When your Ember CLI version is below 0.1.5, please run within your project directory:

npm install --save-dev ember-cli-bootstrap-datepicker
ember generate bootstrap-datepicker

Usage

{{input value=searchInput}}
<ul>
{{#sift-and-list
  sortBy="title"
  list=list
  searchInput=searchInput
  results=results as |result|
}}
  <li>{{result.title}}</li>
{{/sift-and-list}}
</ul>

Collaborating

This outlines the details of collaborating on this Ember addon.

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/.

0.0.43

9 years ago

0.0.42

9 years ago

0.0.41

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago