Hi , i have a problem.
I can not put a name on the header of sidemenu.
Code example :
you can do it like this :
`<ion-view view-title="Title Name">
<ion-nav-bar class="bar-assertive">
<ion-nav-back-button class="button-clear">
<i class="icon ion-arrow-left-c"></i>
</ion-nav-back-button>
</ion-nav-bar>`
or
<ion-view>
<ion-nav-bar class="bar-assertive">
<ion-nav-back-button class="button-clear"">
<i class="icon ion-arrow-left-c"></i> Title Name
</ion-nav-back-button>
</ion-nav-bar>
no just pick from one of the options… it’s either you use the first one or the second…
yes but in my code or should I place (whether Option 1 or 2 ).
Show me with the picture pls :’)
i can’t send you a picture but you can try it in the codepen… and see if it works… any of the two can be use…