mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(overlays): enableBackdropDismiss => backdropDismiss
This commit is contained in:
@ -28,7 +28,7 @@ import { Component } from '@angular/core';
|
||||
styleUrls: ['./backdrop-example.css'],
|
||||
})
|
||||
export class BackdropExample {
|
||||
enableBackdropDismiss = false;
|
||||
backdropDismiss = false;
|
||||
showBackdrop = false;
|
||||
shouldPropagate = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user