@Alex_Lvovsky wrote:
Hi, I'm new in Ember. I want to create a base component, that contains some buttons (actions) and also have {{yield}} (data) inside it. So I want,for example, to create many contents with the same architecture
That all of them will have these buttons,
The data will be different for each of them
And the action handler will go to the controller of each of the component, and not base.
How can I do it?
Posts: 1
Participants: 1