Hey,
I want to show in the same ember template some instance of the same controller but with other data(model)…it’s have to be different controller instances!
Anyway to do that?
Thanks (:
Hey,
I want to show in the same ember template some instance of the same controller but with other data(model)…it’s have to be different controller instances!
Anyway to do that?
Thanks (:
Have you looked at ArrayControllers? Ember - 4.6 - Ember API Documentation
Specifically read through the portion on itemControllers.