Skip to content

Instantly share code, notes, and snippets.

@iezer
Created January 13, 2017 23:00
Show Gist options
  • Save iezer/78912742479aab847f05c75b488e6f0f to your computer and use it in GitHub Desktop.
Save iezer/78912742479aab847f05c75b488e6f0f to your computer and use it in GitHub Desktop.
Ember Elsewhere index.hbs
<style>
.item {
border: 1px solid black;
margin: 5px;
}
</style>
{{#each model as |item|}}
{{#link-to 'item' item}}
<div class='item'>
{{item.name}}
</div>
{{/link-to}}
{{/each}}
{{to-elsewhere named="header" send=(hash title="Product List")}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment