Skip to content

Instantly share code, notes, and snippets.

@svassr
Created May 9, 2019 15:01
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 svassr/8a847d3fe09049eccb55b05b61221c69 to your computer and use it in GitHub Desktop.
Save svassr/8a847d3fe09049eccb55b05b61221c69 to your computer and use it in GitHub Desktop.
Search product
Search product
Search
some event -> Products list
Products list
go to cart -> other module 1st state
details -> details
Detail Module
details
Cart
other module 1st state
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