Skip to content

Instantly share code, notes, and snippets.

@YoranBrondsema
Last active April 7, 2017 23:41
Show Gist options
  • Save YoranBrondsema/1cd648f5c2b0a9e377798149f1123a75 to your computer and use it in GitHub Desktop.
Save YoranBrondsema/1cd648f5c2b0a9e377798149f1123a75 to your computer and use it in GitHub Desktop.
Popover with multiple yield blocks
{{yield
(
hash
trigger=(
component 'pop-over-trigger'
onClick=(action 'toggleDialog')
)
)
}}
{{#if showDialog}}
{{yield
(
hash
dialog=(
component 'pop-over-dialog'
)
)
}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment