mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
test(modal): make sure enableBackdropDismiss works correctly
references #9185
This commit is contained in:
@ -40,6 +40,7 @@ export class LoadingCmp {
|
||||
params: NavParams,
|
||||
renderer: Renderer
|
||||
) {
|
||||
assert(params.data, 'params data must be valid');
|
||||
this.gestureBlocker = gestureCtrl.createBlocker(BLOCK_ALL);
|
||||
this.d = params.data;
|
||||
|
||||
|
Reference in New Issue
Block a user