fix(picker): removes unused code

This commit is contained in:
Manu Mtz.-Almeida
2016-12-06 22:42:37 +01:00
parent ac07c6f124
commit 44d772f41c

View File

@ -438,7 +438,7 @@ export class PickerColumnCmp {
<div class="picker-wrapper">
<div class="picker-toolbar">
<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}}
</button>
</div>