angular-click-outside
angular-click-outside copied to clipboard
Click outside glitch
I have a popup with a click-outside callback like this.
<popup click-outside="closePopup()"></popup>
It works fine in almost all cases, until I click an element that has bootstraps data-toggle="dropdown" on it. Like this.
<button data-toggle="dropdown"></button>
Any ideas would be helpful
I have a popup with a click-outside callback like this.
<popup click-outside="closePopup()"></popup>
It works fine in almost all cases, until I click an element that has bootstraps data-toggle="dropdown" on it. Like this.
<button data-toggle="dropdown"></button>
Any ideas would be helpful
Have you found the answer to it, i am also looking for the same.