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
Thanks for this, was pulling my hair out for about an hour trying to figure out what was happening here thinking it was something I was doing. Came here to check out the issues and saw this, sure enough using the updated master fixed this issue for me.
Is there any other way to avoid this bug without update the ng-dialog lib?
we still need to close previously opened dialog, but what if we uses some other methods?
If you open 2 stacked dialogs and you close one programmatically using
ngDialog.close();
it will remove closeThisDialog() from the $scope, even it's still needed by the second dialog.
The text was updated successfully, but these errors were encountered: