Skip to content

Releases: GavinJoyce/ember-component-inbound-actions

Release list

v1.3.1

Choose a tag to compare

@GavinJoyce GavinJoyce released this 19 Nov 09:32
v1.3.1

v1.2.1

Choose a tag to compare

@GavinJoyce GavinJoyce released this 24 Feb 20:16

Thanks to @kellyselden, you can now do this:

{{name-form actionReceiver=nameForm}}

<button {{action (send nameForm "reset")}}>Reset</button>

#20