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.
As soon as I include ngAnimate in the dependencies of my application, the tooltips don't show up any more. The DOM elements are there and look like that:
The problem here is that although isOpen() resolves to true (I verified with inserting {{ isOpen{} }} into the template) the class in is not set. (Without in tooltips are invisible.)
I'd provide you with a plnkr, but it seems to be down. Just take any working app with a tooltip and add ngAnimate into the mix. e.g.
As soon as I include ngAnimate in the dependencies of my application, the tooltips don't show up any more. The DOM elements are there and look like that:
The problem here is that although isOpen() resolves to true (I verified with inserting
{{ isOpen{} }}
into the template) the class in is not set. (Without in tooltips are invisible.)I'd provide you with a plnkr, but it seems to be down. Just take any working app with a tooltip and add ngAnimate into the mix. e.g.
The text was updated successfully, but these errors were encountered: