mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Modal with a bit of magic
This commit is contained in:
@@ -63,11 +63,7 @@ export class ContactModal {
|
||||
@Component({selector: 'ion-view'})
|
||||
@View({
|
||||
template: `
|
||||
<ion-navbar *navbar><ion-title>First Page Header: {{ val }}</ion-title></ion-navbar>
|
||||
|
||||
<ion-nav-items side="primary">
|
||||
<button primary class="button" (click)="closeModal()">Close</button>
|
||||
</ion-nav-items>
|
||||
<ion-navbar *navbar><ion-title>First Page Header: {{ val }}</ion-title><ion-nav-items primary><button primary class="button" (click)="closeModal()">Close</button></ion-nav-items></ion-navbar>
|
||||
|
||||
<ion-content class="padding">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user