有兩種方法可以使用Ionic框架創建標題。標題欄和類別=標題欄之間的區別
<div class="bar bar-header bar-dark">
<h1 class="title">Title</h1>
</div>
與文獻
<header-bar title="'Title'" type="bar-dark">
</header-bar>
鏈接: 對於第一:http://ionicframework.com/docs/components/ 對於第二:http://ionicframework.com/docs/angularjs/views/header/
它們之間有什麼區別?
在這裏看到類似的問題的答案:http://forum.ionicframework.com/t/ion-vs-div-directives/7524/4 –