Closed simonepri closed 7 years ago
This is the incriminated line: https://github.com/720kb/angular-tooltips/blob/master/dist/angular-tooltips.js#L760
I saw that that ID is not used for anything so I think it can simply be removed or replaced by:
closeButtonElement.addClass('close-button');
@simonepri yes that should be removed probably that's the reason why close button is no more working.... can you PR? 🚀
https://github.com/720kb/angular-tooltips/pull/193
This is the incriminated line: https://github.com/720kb/angular-tooltips/blob/master/dist/angular-tooltips.js#L760
I saw that that ID is not used for anything so I think it can simply be removed or replaced by:
closeButtonElement.addClass('close-button');