Hi there,
I’m currently trying to understand the stateful routing of ionic/angular-ui. I have a state nested under a different state but I can’t get it to be rendered, it’s always rendering the view of the parent state.
The following codepen showcases my problem:
The state ‘eventmenu.checkin.foo’ is set up under the URL ‘#/event/check-in/foo’ and is supposed to render the remplate ‘templates/foobar.html’. But when I click on the second item of the sidemenu (which leads to aforementioned URL) the template of the state ‘eventmenu.checkin’ is being rendered.
Who can tell me what I’m doing wrong here? What did I miss?
Thanks in advance!