Fix bar bar-header

<div class="bar bar-header">
                <ion-nav-back-button class="button-clear ">
                    <i class="ion-arrow-left-c"></i>
                </ion-nav-back-button>
</div>

help fix :frowning:

The ion-nav-back-button should be a child of ion-nav-bar. See the docs: http://ionicframework.com/docs/api/directive/ionNavBackButton/

<ion-nav-bar>
  <ion-nav-back-button class="button-clear">
    <i class="ion-arrow-left-c"></i>
  </ion-nav-back-button>
</ion-nav-bar>

but i want have a <button class="button button-icon icon ion-navicon color-icon" ng-click="toggleLeft()"></button> and <div class="col-xs-12 col-md-12 remove-padding in-s"> <a id="logo" href="#/tab/tips"> <h1 class="roboto-font">Cập nhật từng giây</h1> </a> </div>
You can help me.

Can you give me a screenshot or description of what you’re trying to accomplish?

problem completed . now problem of in you have ideas?