GavinJoyce / ember-component-inbound-actions

Send actions to Ember.js components
MIT License
65 stars 15 forks source link

add send helper #20

Closed kellyselden closed 7 years ago

kellyselden commented 7 years ago

This allows you to call actions on the reference from the template. emit is a jQuery term I believe, we could name it something like invoke or something else, doesn't matter.

GavinJoyce commented 7 years ago

Thanks @kellyselden, this looks great.

What do you think of naming it send instead of emit?

{{name-form actionReceiver=nameForm}}

<button {{action (send nameForm "reset")}}>Reset</button>
kellyselden commented 7 years ago

I like that name. Updated.

GavinJoyce commented 7 years ago

Thanks @kellyselden 🍻