-
Notifications
You must be signed in to change notification settings - Fork 0
listbystatus
Justin Drew edited this page Jul 11, 2017
·
1 revision
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"
}}