mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
refactor(schedule): filter button
This commit is contained in:
@ -18,9 +18,8 @@
|
||||
</ion-segment>
|
||||
|
||||
<ion-buttons slot="end">
|
||||
<ion-button (click)="presentFilter()" slot="icon-only">
|
||||
<!--<ion-icon ios="ios-options-outline" md="md-options"></ion-icon> -->
|
||||
Filter
|
||||
<ion-button (click)="presentFilter()">
|
||||
<ion-icon slot="icon-only" name="options"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
Reference in New Issue
Block a user