Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Last active April 5, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allthesignals/d145dd06262a1ff5a2c038c47ecdfefb to your computer and use it in GitHub Desktop.
Save allthesignals/d145dd06262a1ff5a2c038c47ecdfefb to your computer and use it in GitHub Desktop.
{{yield (hash someApi=(action 'api'))}}
{{yield (hash anotherApi=(action 'anotherApi')}}
{{#my-mergy-component as |context|}}
{{context.someApi}} {{!-- function! --}}
{{context.anotherApi}} {{!-- function! --}}
{{/my-mergy-component}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment