Closed janmisek closed 9 years ago
Strange. It works fine on the demo app. Out of interest what version of Ember are you using?
I'm away from my computer until tomorrow, I'll probably have a quick look at this then if you're still experiencing this.
Actually just looked at the code on my phone ... It's a one line change. I'll make the change tomorrow as I don't believe in "phone coding". :)
this should now be fixed (v.0.1.3); please re-open it if it is not
Hello @ksnyde I will check soon. Thanks for quick response.
Regards Jan
Nice addon thanks.
But immediateResponse does not work because observer is not triggered during definition of component. Ember observers are not by default triggered during object init.
This currently does not work
However this simple workaround works