Just Follow these steps:-
<ion-view> in top assign the .PNG image to the attribute title
HTML
<ion-view title="navTitle">
Angularjs
$scope.navTitle='<img class="title-image" src="images/img.png" />';
CSS
.title-image {
margin-top: 8px;
height: 27px;
}
Njoy till then keep asking..
0 comments