Send actions from components to controllers

Hello every one,

I am working on an ember project and I am wondrning if I can use components inside others components.

In fact, I would like to know if there is a better way to send action from first component to another component, this one must also send it to the controller. And why not send the action directly to controller ?

First component → sendAction → second component → sendAction → controller .

Thank you.

1 Like