I am currently working on an app that features a gallery showcasing similar functionalities to . In Pinterest, clicking on a pin displays the pin page above the existing gallery without any information about the background gallery shown in the URL. Users can navigate back to the original gallery by clicking the "X" button or on the background without having to reload the page.
How can I achieve this with UI-Router?
Requirements:
- Show the same details modal across different galleries
- Ensure consistent display of the details URL in all cases
- If the details URL is accessed directly (via a bookmark or link), display an empty gray background and disable the closing function
Thank you!