Within our application root, there exists a sidebar consisting of a list. We utilize uiSrefActive to apply an active
class to the selected list item upon clicking it. However, once you navigate away from that component, the original list item loses its active status. My goal is to retain the active
class on the list element when transitioning from the initially loaded component to another component (which would logically be a child of the previous one). At the top of the page, we also have a breadcrumb component where the first parent always corresponds to the component requiring the active state in the list. Is there a possible solution for achieving this desired functionality?