I have a scenario in emberjs component where the observe does not get hit. I figured out the reason as
“the component is not yet inserted when the component property being observed is set.”
My questions is, couldn this be handled in a better way in ember js?
Better explanation can be found in the below jsbin`s.