refactor(modal): simplify modal-controller, add ability to dismiss modal from itself

* modal progress

* conf app progress

* refactor(modal): don't append the .ion-page class anymore to since we are wrapping in <ion-page> instead
This commit is contained in:
Dan Bucholtz
2018-01-08 11:23:12 -06:00
committed by GitHub
parent 8d1197f0c1
commit e590198a06
9 changed files with 238 additions and 223 deletions

View File

@ -1662,7 +1662,7 @@ declare global {
enableBackdropDismiss?: boolean;
enterAnimation?: AnimationBuilder;
leaveAnimation?: AnimationBuilder;
modalId?: string;
modalId?: number;
mode?: string;
showBackdrop?: boolean;
}