test(modal): make sure enableBackdropDismiss works correctly

references #9185
This commit is contained in:
Manu Mtz.-Almeida
2016-11-19 18:42:47 +01:00
parent 11bb8ac587
commit 9bb8e5ba5e
6 changed files with 25 additions and 5 deletions

View File

@ -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;