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
In addition to the default top, bottom, left and right we should add support for top-left, top-right, bottom-left and bottom-right.
The positioning service is already capable of calculating proper coordinates, the only remaining part is to take care of proper arrows positioning. In angular-ui/bootstrap we were doing this directly in the positioning service but IMO we should try to do it directly in the popover / tooltip window directives (add more CSS rules).
The text was updated successfully, but these errors were encountered:
In addition to the default
top
,bottom
,left
andright
we should add support fortop-left
,top-right
,bottom-left
andbottom-right
.The positioning service is already capable of calculating proper coordinates, the only remaining part is to take care of proper arrows positioning. In angular-ui/bootstrap we were doing this directly in the positioning service but IMO we should try to do it directly in the popover / tooltip window directives (add more CSS rules).
The text was updated successfully, but these errors were encountered: