Listen to specific custom modal event
How can I listen to a specific custom modal when it's closing? I tried to use directive @close-modal but that doesn't work. But when I use @close-modal.window / @close-modal.outside, it works but that results the function runs many times
1 Reply
But when I use @close-modal.window / @close-modal.outside, it works but that results the function runs many timesIsn't the modal name passed as a param?