Skip to content

Instantly share code, notes, and snippets.

@KamiKillertO
Last active November 14, 2018 15:27
Show Gist options
  • Save KamiKillertO/b32e177dfad755710270ddcc1fcd8196 to your computer and use it in GitHub Desktop.
Save KamiKillertO/b32e177dfad755710270ddcc1fcd8196 to your computer and use it in GitHub Desktop.
Redirection service use in a template
<a href="https://emberjs.com" onclick={{action "redirect" target=redirection}}> Visit emberjs website</a>
{{#if redirection.displayModal}}
{{redirection-modal}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment