【发布时间】:2015-08-12 14:47:19
【问题描述】:
是否可以在 Ionic 中相互放置多个 bar-subheader?就我而言,我只需要两个 bar-subheader 彼此,然后是内容。它适用于一个bar-subheader,但不适用于两个。有人可以帮我吗?
例子:
<ion-header-bar>
<!--header-->
</ion-header-bar>
<div class="bar bar-subheader">
<!--first sub-header-->
</div>
<!--here is to come the second sub-header-->
<ion-content class="has-subheader">
</ion-content>
【问题讨论】:
标签: angularjs ionic-framework ionic