mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 16:29:49 -04:00

* fixed ton of bugs... apparently i didn't push up the work i did on the mac... and i don't have that anymore.
16 lines
475 B
HTML
16 lines
475 B
HTML
<ion-item class="title error-title" padding (swipe)="close($event)">
|
|
Error
|
|
<button ion-button icon-only item-end 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>
|
|
|
|
<div style="float: right">
|
|
<button ion-button icon-center clear (click)="contextMenu()">
|
|
<ion-icon name="more"></ion-icon>
|
|
</button>
|
|
</div> |