After spending some time trying to implement routes for my app using the following documentation I found that the codepen was out of date and no longer works with Ionic 1.0.0-beta.1
All I did was update Ionic to the latest and it breaks the back button.
If someone that is familiar with the latest code could help out and get this working,
I am willing to put in the time to fork and update the related documentation.
Not sure if this is very different from documentation on the ionic site, but I haven’t had any problems implementing a nav-bar and back button in the 1.0 beta.
The breaking changes in beta 1 are described in the sticky here in the forum. The back button directive is also in the docs ion-nav-back-button. It works for me, so i’m not quite sure I understand your point.
I was using the codepen so I could see the full implementation of routing and
the nav-view. The codepen has not been updated and is still on the old version of Ionic.
After looking at the ion-nav-back-button and looking over the rest of the relevant
documentation again it is much more clear to me and I have it working in my project.
I fixed my codepen to work with Ionic 1.0.0-beta.1:
@andy If someone from the team could update the current codepen on the documentation to reflect my changes I think it would
help others.
One more problem that I ran into that is related to the ion-nav-view.
I have a left side menu in one of my templates, but when I toggle it
the main nav-bar doesn’t slide over like it would if I just had the ion-header-bar
in the template itself, it just stays on top of the side menu’s header-bar.