@harimath wrote:
Is there a shorthand for the following code (i.e. calling controller attribute from the same named route)
self.controllerFor(self.routeName).get('myAttribute')
I have already tried self.controller.get('myAttribute')
Posts: 7
Participants: 4