Relative Content

Tag Archive for javascriptangularpopup

How to close parent popup when closing child popup?

I’m working on a web application in Angular where I need to handle nested popups. Specifically, I have a situation where I open a popup (Popup 1) and from within that popup, I open another popup (Popup 2) when clicking on delete. What I want to achieve is that when I click “Yes” on Popup 2, both Popup 1 and Popup 2 should be closed.