index.html文件中
<body ng-app="test">
<ion-nav-bar class="bar-stable"> 此處bar-stable頂部導(dǎo)航欄固定,默認(rèn)每個(gè)頁面都會(huì)有title
<ion-nav-back-button>
</ion-nav-back-button>
</ion-nav-bar>
<ion-nav-view></ion-nav-view>
</body>
tab-home文件
<ion-view class="has-tabs" hide-nav-bar="true"> 現(xiàn)有需求,首頁的頂部沒有導(dǎo)航欄title。如何去掉?
<ion-content>
</ion-content>
</ion-view>
1.在ion-view上加個(gè)屬性 hide-nav-bar="true"
注:不管用的再設(shè)置一個(gè)樣式style="z-index:999"
2.$ionicNavBarDelegate.showBar(false);