Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 523f455

Browse files
author
Simone Primarosa
committed
Re-add unregisterOnTooltipControllerChange
1 parent bd4d0b7 commit 523f455

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/angular-tooltips.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,9 @@
703703
}
704704

705705
tipTipElement.replaceWith($compile(tipTipElement)(newScope));
706+
/*eslint-disable no-use-before-define*/
707+
unregisterOnTooltipControllerChange();
708+
/*eslint-enable no-use-before-define*/
706709
}
707710
}
708711
, onTooltipSizeChange = function onTooltipSizeChange(newValue) {

0 commit comments

Comments
 (0)