Skip to content

Instantly share code, notes, and snippets.

@serenaf
Created November 7, 2017 11:48
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 serenaf/51d7128622700230263b101602bf696a to your computer and use it in GitHub Desktop.
Save serenaf/51d7128622700230263b101602bf696a to your computer and use it in GitHub Desktop.
Pass actions to components
{{item-list-component
items=model
markAsRead=(action "markAsRead")
}}
{{#each items as |item|}}
{{item-component
item=item
markAsRead=(action markAsRead item)
}}
<hr>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment