Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 576 Bytes

Ember-idx-list

ember-idx-list is a list of items with selection and items states support.

Installation & Tutorial

With Ember-CLI:

npm install --save-dev ember-idx-list

Please visit the documentation for installation & usage documentations

Plugin Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build