Skip to content

Instantly share code, notes, and snippets.

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