mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Standard easing curves
This commit is contained in:
@@ -95,7 +95,11 @@ export class ModalFirstPage {
|
||||
}
|
||||
|
||||
closeModal() {
|
||||
this.modal.close();
|
||||
// TODO(maxlynch): Figure out a much better way to get the parent ContactModal
|
||||
var m = this.nav._nav.elementRef.parentView._view.context;
|
||||
|
||||
//this.modal.close();
|
||||
m.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user