有两种方法可以使用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/
他们之间有什么区别?