Approach to keep a certain state/view active?

Hello there fellow, ionic framework friends. I was wondering if anyone would have some tips for me.

I am currently trying to achieve an open panel with data open and active across multiple states and was looking for advice for the best approach.

For example, below you see how the music player panel(bottom player “everything you never had”) is open, and its kept active across multiple views. Is this possile, and if so what would be the best approach?


set a rootscope variable if true(show player) or false(hide player) than u can check/use it everywhere u need