Skip to content

Instantly share code, notes, and snippets.

@DivinoAG
Last active June 21, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DivinoAG/804a09eda42a42224f8f1fcbba44b986 to your computer and use it in GitHub Desktop.
Save DivinoAG/804a09eda42a42224f8f1fcbba44b986 to your computer and use it in GitHub Desktop.
Montage
Montage
Location List
interact with nav -> Standby
select parent -> Farm Selected
select group -> Group Selected
select location -> Location Selected
Farm Selected*
Group Selected
Location Selected
Standby*
interact with location list -> Location List
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment