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.
I am upgrading from angular-ui 0.6.0 to 0.7.0. And I realized that even I have set tooltip-animation to "false", the fade-in/out animation of tooltip is still effective.
Angular-UI's tooltip has a issue about animation from verison 0.7.0.
angular-ui/bootstrap#1418
This is caused by cast miss of string to boolean.
At line 265 on tooltip.js, uses double negative for cast.
But it cast 'false' to true. So I use ''.
I am upgrading from angular-ui 0.6.0 to 0.7.0. And I realized that even I have set tooltip-animation to "false", the fade-in/out animation of tooltip is still effective.
A real-life demo is at the mainsite http://angular-ui.github.io/bootstrap/, at the Tooltip section, the code snippet:
You would see the tooltip still fade :(
The text was updated successfully, but these errors were encountered: