"Until routable components are introduced somewhere in Ember ?, it is impossible to pass a closure action from a route. For now, you can only pass closure actions from a controller and on to child components."
stackoverflow.com/questions/3110…
I ask this because a consultant suggest to use closure actions to control redirect in components.
In that case the component can be called from the father or child template.
They one accept official docs for change he's ideas about that. #emberjs
I want to call redirect and other stuff in the component directly. There's any problem with this strategy? #Emberjs
Thanks!