mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(picker): removes unused code
This commit is contained in:
@ -438,7 +438,7 @@ export class PickerColumnCmp {
|
|||||||
<div class="picker-wrapper">
|
<div class="picker-wrapper">
|
||||||
<div class="picker-toolbar">
|
<div class="picker-toolbar">
|
||||||
<div *ngFor="let b of d.buttons" class="picker-toolbar-button" [ngClass]="b.cssRole">
|
<div *ngFor="let b of d.buttons" class="picker-toolbar-button" [ngClass]="b.cssRole">
|
||||||
<button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear [strong]="b.strong">
|
<button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear>
|
||||||
{{b.text}}
|
{{b.text}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user