Just want to be able to set scope back to previous one without setting a variable, and without knowing what the previous scope was. In my current application, I have many components where when a specific component is mounted I want it to use its scope and when that component dismounts -> back to previous scope [my component doesn't need to know the previous scope].