You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I'm encountering an issue when using a tooltip inside a popover where the tooltip arrow gets the same placement property as the popover one when placement is beyond the standards like bottom-left. See this plunker for example.
This comes from the method positionArrow in the position.js file that manage the beyond the standards placement. It finds the .tooltip-inner arrow element when positionning the popover arrow...
I did not find any quick fix to contribute sorry
Happens with Angular 1.4.8 and Angular-Bootstrap 1.0.3.