Hi there and congrats to the Ionic team! I really like what i’ve seen from the framework so far and I hope that it’s development will be continued leading to a stable release! To the point…
While there are some questions, either on the forum or on stack overflow, I can’t manage to make the navigation button work. So I thought I should open this topic and ask how it works/its behaviour. Since the code looks pretty clear and simple, the buttons do not show up hence, I can’t go back to the previous page which is vital for an app. I also tried with the other code snippet but it didn’t work either. Are there any requirements for it to work? Do I have to include anything to my index page (ion-nav-view)? I saw some examples on code pen but they also had to do with tabs so it was not only about the back button. Anyone that can help me understand how it works?
<ion-nav-bar>
<ion-nav-back-button class="button-clear">
<i class="ion-arrow-left-c"></i> Back
</ion-nav-back-button>
</ion-nav-bar>