angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.28k stars 6.73k forks source link

Tooltip #6648

Closed neemanjabu closed 6 years ago

neemanjabu commented 6 years ago

Tooltip function showTooltipBind checks for enabled exp prior showing tooltip and cancels show if tooltip is not enabled. hideTooltipBind function does not check this exp, therefore triggers unnecessary rootscope digest even though tooltip is not shown. showTooltipBind https://github.com/angular-ui/bootstrap/blob/master/src/tooltip/tooltip.js#L222 hideTooltipBind https://github.com/angular-ui/bootstrap/blob/master/src/tooltip/tooltip.js#L241

icfantv commented 6 years ago

closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.