ion-nav-bar中添加button

来源:互联网 发布:spss因子载荷矩阵 编辑:程序博客网 时间:2024/05/17 01:50

http://ionicframework.com/docs/api/directive/ionNavButtons/

Usage

<ion-nav-bar></ion-nav-bar><ion-nav-view>  <ion-view>    <ion-nav-buttons side="left">      <button class="button" ng-click="doSomething()">        I'm a button on the left of the navbar!      </button>    </ion-nav-buttons>    <ion-content>      Some super content here!    </ion-content>  </ion-view></ion-nav-view>

1 0
原创粉丝点击