toolbar button updates

This commit is contained in:
Adam Bradley
2015-12-07 11:18:00 -06:00
parent 3f79316d81
commit 8b693ce836
45 changed files with 329 additions and 310 deletions

View File

@ -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>