the drop-down select widget to rule them all
ember install ember-frost-sort
Attribute | Type | Value | Description |
---|---|---|---|
sortableProperties |
array |
[{"label: "foo", "value": "bar"}] |
Array of sortable attributes. |
sortParams |
array |
[{"direction: "asc/desc", "value": <attr-name>}] |
Array that specifies the sort order. |
on-change |
string |
<action-name> |
The action to call when the value of the select item changes. |
git clone git@github.com:ciena-frost/ember-frost-sort.git
cd ember-frost-sort
npm install && bower install
A dummy application for development is available under ember-frost-sort/tests/dummy
.
To run the server run ember server
(or npm start
) from the root of the repository and
visit the app at http://localhost:4200.
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.