Tuesday, 6 August 2013

Reload current route in emberjs

Reload current route in emberjs

I currently have a controller that does some asynchronous loading of a
list of data. In several other controllers I have functions that observe
when this loading is finished and reload some models.
However all my observers fire when the asynchronous loading is done. Is
there any way to check if to see which controller is the current one? In
relation to the current route for example?
Thanks

No comments:

Post a Comment