Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(dialog): fix style example dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Aug 25, 2018
1 parent c36c217 commit ca52618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/dialog/dialog.page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<fiv-dialog #dialogTop [backdropClose]="backdropClose" [swipeEnabled]="swipeEnabled" [animation]="animation" [verticalAlign]="verticalAlign" [backdrop]="backdrop">
<ion-card class="card">
<ion-card-content>
<ion-card>
<ion-card-content class="card">
<ion-card-title>Hello World</ion-card-title>

<p>The content for this card</p>
Expand Down Expand Up @@ -62,8 +62,8 @@

</ion-content>
<fiv-dialog #dialogBottom [backdropClose]="backdropClose" [swipeEnabled]="swipeEnabled" [animation]="animation" [verticalAlign]="verticalAlign" [backdrop]="backdrop">
<ion-card class="card">
<ion-card-content>
<ion-card>
<ion-card-content class="card">
<ion-card-title>Hello World</ion-card-title>

<p>The content for this card</p>
Expand Down

0 comments on commit ca52618

Please sign in to comment.