likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

Opening a popup after another causes issues with the second one #566

Closed vmihalachi closed 5 years ago

vmihalachi commented 7 years ago

What version of ng-dialog are you using? 1.4.0

What version of AngularJS are you using? 1.6.4

What browsers are affected? Google Chrome Mobile, Safari Mobile

Please describe the issue Hi, we used ng-dialog to show a popup that asks the user to choose the license of the beat they want to buy. It can be shown directly by this page https://giacomogalletti.com/app-v2/producer/thrbeats. Or, on mobile, by using the three dots and then 'add to cart'. In that second case the selection doesn't work.

Are you aware of anything that can cause opening a popup after another to make the second one not work?

Thanks!

What did you expect to happen? To work also if the second popup is opened by the first one.

What actually happened? Only opening directly works.