hey I am new to Ember, I am trying to make a Linkto button which changes an image (an icon from active to non active). i have 4 of these icons each one with an active and non active, so I cant use “@activeClass” on the Linkto.
i couldnt figure out what that SOMETHING is. i dont understand how to access the Linkto’s “active” property. i also tried wrapping both of them inside another componenet, but then I couldnt figure out how to buble the active state to the component. and putting an {{on click}} on the linkto didnt trigger an action on the wrapping componenet…
Sorry, I see now you mentioned that in the question.
In that case, I think you should check out the router-helpers addon. It implements an RFC that is already approved but not implemented yet within Ember itself.