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
See http://valor-software.com/ng2-bootstrap/#/tooltip , and find "delayed" link-like element there. When you hover over it, the tooltip is supposed to be shown in a second, whereas in fact it never shows up (in Chrome at least). Probably the issue relates to Zones, and the setTimeout should be run inside the injected component Zone.
The text was updated successfully, but these errors were encountered:
Didn't see a bug for this.
See http://valor-software.com/ng2-bootstrap/#/tooltip , and find "delayed" link-like element there. When you hover over it, the tooltip is supposed to be shown in a second, whereas in fact it never shows up (in Chrome at least). Probably the issue relates to Zones, and the
setTimeout
should be run inside the injected component Zone.The text was updated successfully, but these errors were encountered: