mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
9 lines
240 B
HTML
9 lines
240 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Modals</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<div [class.hide]="!myParam">Parameters entered: {{myParam}}</div>
|
|
<button danger full (click)="closeModal()">Close Modal</button>
|
|
</ion-content>
|