Skip to content

Instantly share code, notes, and snippets.

@captaincole
Created February 24, 2018 05:35
Show Gist options
  • Select an option

  • Save captaincole/0cfdd6e78f20c2a5035361870555d9a7 to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/0cfdd6e78f20c2a5035361870555d9a7 to your computer and use it in GitHub Desktop.
// index.html with transpiler
@Listen('backgroundToggle')
function toggleBackground(e) {
console.log('recieved event', e);
document.getElementsByTagName('side-menu')[0].style.display = 'none';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment