0.0.9 • Published 9 years ago

ember-checklist v0.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago