Standard easing curves

This commit is contained in:
Max Lynch
2015-05-29 17:21:35 -05:00
parent 0db02f0633
commit 61cfd347fd
5 changed files with 50 additions and 44 deletions

View File

@@ -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();
}
}