How can I center align an "ion-ios-arrow-up" icon in the header of my Ionic app, similar to the concept shown below?
This is my HTML template:
<ion-view cache-view="false" view-title="Historical HPP">
<ion-nav-bar class="nav-title-slide-ios7 bar-assertive" ng-click="click()"></ion-nav-bar>
<ion-content class="has-header">
Hello
</ion-content>
</ion-view>
Thank you in advance.