Skip to content

Instantly share code, notes, and snippets.

@RolandStuder
Last active June 9, 2018 11:08
Show Gist options
  • Save RolandStuder/fb1b8eb7caaf4aa8d19330d0451c760c to your computer and use it in GitHub Desktop.
Save RolandStuder/fb1b8eb7caaf4aa8d19330d0451c760c to your computer and use it in GitHub Desktop.
PeopleListWithVeteranFilter
PeopleListWithVeteranFilter
Index
New filter -> Filter
Default
Filtered
Filter
select by veteran years -> by veteran years
cancel -> Index
ok -> Filtered
by nothing*
by veteran years
IntegerInput -> by veteran years with int
by veteran years and other criteria
SelectionOfCriteria
by veteran years with int
ok -> Filtered
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