jason.wall 755aa28c3b PERF: Moved query logic into components and used promises
* this should keep the memory foot print lower when saving pages
  * fixed some strongs display issues

  TODO: need to put error display logic in the individual components
2017-01-24 16:43:58 -05:00

14 lines
449 B
HTML

<ion-item class="title error-title" padding (swipe)="close()">
Error
<button ion-button icon-only item-right large clear (click)="close()">
<ion-icon name="close-circle"></ion-icon>
</button>
</ion-item>
<ion-card-content>
<br>
<p>{{cardItem.qry}}</p>
</ion-card-content>
<button ion-button icon-left clear small (click)="close()">
<ion-icon name="close-circle"></ion-icon>
<div>Close</div>
</button>