Skip to content

Instantly share code, notes, and snippets.

@pearofducks
Last active July 30, 2018 07:11
Show Gist options
  • Save pearofducks/276d42c5b96417bf90ec881fc705f0e6 to your computer and use it in GitHub Desktop.
Save pearofducks/276d42c5b96417bf90ec881fc705f0e6 to your computer and use it in GitHub Desktop.
Partnerweb*
Partnerweb*
Home*
Providers -> Provider List
Provider List
Provider -> Provider
Provider
Contact Details
Edit Contact Details -> Edit Provider
Product Filter List -> Product Filters
Offer List -> Offer
Offer
Offer Details
Filter List -> Edit Filter
Edit Offer -> Edit Offer
Product Filters
Filter Details
Filter List -> Edit Filter
Edit Offer
Edit Filter
Edit Provider
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