0.0.9 • Published 8 years ago

ember-checklist v0.0.9

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

Ember-checklist

A checklist component for N:M relationships in Ember.

Sample Usage

{{ember-checklist collection=model.jobs selected=model.employee.jobs property="displayName"}}

Properties

  • collection: (Required) The list of possible objects
  • selected: (Required) The objects you want shown/updated
  • columns: (Optional, Default: 1) Allows the list to be split into columns
  • property: (Optional) Specifies the property name to display

Dummy Site

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago