2017-01-23 14:29:31 -05:00
|
|
|
<ion-item class="title error-title" padding (swipe)="close()">
|
2017-01-03 23:51:25 -05:00
|
|
|
Error
|
2017-08-22 10:25:12 -04:00
|
|
|
<button ion-button icon-only item-end large clear (click)="close()">
|
2017-01-03 23:51:25 -05:00
|
|
|
<ion-icon name="close-circle"></ion-icon>
|
|
|
|
</button>
|
|
|
|
</ion-item>
|
|
|
|
<ion-card-content>
|
|
|
|
<br>
|
2017-01-24 16:43:58 -05:00
|
|
|
<p>{{cardItem.qry}}</p>
|
2017-01-18 17:51:06 -05:00
|
|
|
</ion-card-content>
|
2017-08-22 10:25:12 -04:00
|
|
|
<button ion-button icon-start clear small (click)="close()">
|
2017-01-18 17:51:06 -05:00
|
|
|
<ion-icon name="close-circle"></ion-icon>
|
|
|
|
<div>Close</div>
|
2017-08-22 10:25:12 -04:00
|
|
|
</button>
|