Open jgw96 opened 7 years ago
From @cfjedimaster on June 29, 2016 13:38
Given a simple nav bar:
<ion-nav-bar> <ion-nav-back-button>Back</ion-nav-back-button> </ion-nav-bar>
The back button will not show automatically if you specify a class.
It should work whether I specify a class or not.
Which Ionic Version? 1.x or 2.x 1.x
Here is a CodePen showing the bug: http://codepen.io/cfjedimaster/pen/WxpPap
And here is a CodePen (from Mike) showing the fix with class: http://codepen.io/mhartington/pen/YWZBdK
Copied from original issue: driftyco/ionic#7124
From @Emeryao on June 30, 2016 3:11
the name is ion-nav-back-button so it should be in a ion-nav-bar isn't it?
ion-nav-back-button
ion-nav-bar
From @cfjedimaster on June 30, 2016 9:22
Um. It is - isn't it?
From @cfjedimaster on June 29, 2016 13:38
Short description of the problem:
Given a simple nav bar:
The back button will not show automatically if you specify a class.
What behavior are you expecting?
It should work whether I specify a class or not.
Which Ionic Version? 1.x or 2.x 1.x
Here is a CodePen showing the bug: http://codepen.io/cfjedimaster/pen/WxpPap
And here is a CodePen (from Mike) showing the fix with class: http://codepen.io/mhartington/pen/YWZBdK
Copied from original issue: driftyco/ionic#7124