How can I go directly to a nested state with the back button to its parent state

I’m using Ionic Framework 1.0.0-beta.14. In my case, I want to go to a nested state directly, and have the back button to its parent. This sample http://codepen.io/TimothyKrell/pen/bnukj is exactly what I want to achieve. I’ve tested it in 1.0.0-beta.14, but it does not work. Do you guys have any ideas? Thanks!

1 Like

I’ll say that i’m having the same issue!

You can inject a button into the root view and define with animation to use.

1 Like

This was another great solution as well:

^posting in case anyone else should happen to come across this thread