Check out this demo: https://jsfiddle.net/explorer/622qzqsc/
In the platform I'm working on, we have an advanced concept of state management, specifically for building timelines. In the template of this system, there's a code snippet (which is currently incorrect) that uses ui-sref=".({year: year})"
.
I initially expected that the dot '.' in the ui-sref would refer to the child state I was currently viewing instead of the main abstract state itself.
Is it feasible to navigate to the main.list.movies
state (to itself) by changing the year parameter from the main.list
state / page?