mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Modifying anuglar-bootstrap tooltip to use scope.$evalAsync to fix bug (#15262)
This commit is contained in:
parent
3d01a544d2
commit
1a1894df90
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ angular.module( 'ui.bootstrap.tooltip', [ 'ui.bootstrap.position', 'ui.bootstrap
|
|||
}
|
||||
|
||||
function hideTooltipBind () {
|
||||
scope.$apply(function () {
|
||||
scope.$evalAsync(function () {
|
||||
hide();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue