Skip to content

listbystatus

Justin Drew edited this page Jul 11, 2017 · 1 revision

list-by-status

This component takes an array of systems as its model and displays them ordered by status. It also maps to an action that sets a system as selected when the list item is clicked. See the main.js controller file for an implementation of the select action.

Example:

{{list-by-status
  model=systeList
  select="select"
}}
Clone this wiki locally