mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
toolbar button updates
This commit is contained in:
@ -30,16 +30,16 @@
|
||||
}
|
||||
</style>
|
||||
<ion-navbar *navbar>
|
||||
<ion-nav-items primary>
|
||||
<ion-buttons start>
|
||||
<button>
|
||||
Skip
|
||||
</button>
|
||||
</ion-nav-items>
|
||||
<ion-nav-items secondary>
|
||||
</ion-buttons>
|
||||
<ion-buttons end>
|
||||
<button (click)="next()">
|
||||
Next
|
||||
</button>
|
||||
</ion-nav-items>
|
||||
</ion-buttons>
|
||||
<ion-title>Grid Icons</ion-title>
|
||||
</ion-navbar>
|
||||
<ion-slides pager (slide-changed)="onSlideChanged($event)" loop="true" autoplay="true">
|
||||
|
Reference in New Issue
Block a user