You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create and dismiss two loading components one after another, the second one is never dismissed, no matter if you use .dismiss() or .dismissAll()
Expected behavior:
The loading component is dismissed properly.
Steps to reproduce:
npm install ionic-angular@nightly
Related code:
let loading = this.loadingCtrl.create({});
loading.present();
loading.dismiss();
let loading2 = this.loadingCtrl.create({});
loading2.present();
loading2.dismiss();
This was working ok on stable 2.1.0
Other information:
Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic version: (check one with "x")
[ ] 1.x
[ x ] 2.x
I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When you create and dismiss two loading components one after another, the second one is never dismissed, no matter if you use
.dismiss()
or.dismissAll()
Expected behavior:
The loading component is dismissed properly.
Steps to reproduce:
npm install ionic-angular@nightly
Related code:
This was working ok on stable 2.1.0
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: