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 has been archived by the owner on May 29, 2019. It is now read-only.
Under PR angular-ui#4455 the timeout for the popup close delay
was impacted by the evalAsync for setting the isOpen
value. Moved the popup close delay timeout to the
hideTooltipBind method so the hide method will now
get called after the close popup delay. This will
also ensure if the show method is called and the
close timeout is cancelled, the isOpen property
will not get toggled.
Closesangular-ui#4597Fixesangular-ui#4567
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The feature was added to the tooltip with 5f7051b, but this also adds support for popovers as well and should be documented.
The text was updated successfully, but these errors were encountered: