mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
toolbar button updates
This commit is contained in:
@ -2,16 +2,16 @@
|
||||
|
||||
<ion-title>Buttons</ion-title>
|
||||
|
||||
<ion-nav-items primary>
|
||||
<ion-buttons start>
|
||||
<button>
|
||||
<icon contact></icon>
|
||||
</button>
|
||||
</ion-nav-items>
|
||||
<ion-nav-items secondary>
|
||||
</ion-buttons>
|
||||
<ion-buttons end>
|
||||
<button>
|
||||
<icon search></icon>
|
||||
</button>
|
||||
</ion-nav-items>
|
||||
</ion-buttons>
|
||||
|
||||
</ion-navbar>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<ion-navbar *navbar hide-back-button class="android-attr">
|
||||
|
||||
<a menu-toggle="leftMenu">
|
||||
<button menu-toggle="leftMenu">
|
||||
<icon menu></icon>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<ion-title>
|
||||
Events
|
||||
|
@ -1,8 +1,8 @@
|
||||
<ion-navbar *navbar hide-back-button class="android-attr">
|
||||
|
||||
<a menu-toggle="leftMenu">
|
||||
<button menu-toggle="leftMenu">
|
||||
<icon menu></icon>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<ion-title>
|
||||
Friends
|
||||
|
@ -1,8 +1,8 @@
|
||||
<ion-navbar *navbar hide-back-button class="android-attr">
|
||||
|
||||
<a menu-toggle="leftMenu">
|
||||
<button menu-toggle="leftMenu">
|
||||
<icon menu></icon>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<ion-title>
|
||||
Menus
|
||||
@ -13,4 +13,4 @@
|
||||
|
||||
<ion-content padding>
|
||||
<button block menu-toggle="leftMenu">Toggle Menu</button>
|
||||
</ion-content>
|
||||
</ion-content>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<ion-navbar *navbar hide-back-button class="android-attr">
|
||||
|
||||
<a menu-toggle="leftMenu">
|
||||
<button menu-toggle="leftMenu">
|
||||
<icon menu></icon>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<ion-title>
|
||||
Places
|
||||
|
@ -2,14 +2,14 @@
|
||||
<ion-title>
|
||||
Description
|
||||
</ion-title>
|
||||
<ion-nav-items primary>
|
||||
<ion-buttons start>
|
||||
<button (click)="close()" *ng-if=" currentPlatform === 'ios' ">
|
||||
Cancel
|
||||
</button>
|
||||
<button (click)="close()" *ng-if=" currentPlatform === 'android' ">
|
||||
<icon close></icon>
|
||||
</button>
|
||||
</ion-nav-items>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user