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.29k stars 6.73k forks source link

Misplaced tooltip in the docs #6596

Open inad9300 opened 7 years ago

inad9300 commented 7 years ago

Just navigate to https://angular-ui.github.io/bootstrap/#!#tooltip (note that the link won't redirect you to the tooltip section) and try the example that triggers the tooltip on click:

misplaced-tooltip

I have to say, I find myself quite often applying different kinds of tricks to properly place the tooltips and popovers because of errors like the one shown above. It's quite worrying that even the docs of the feature contain such an error.