Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooltip fade animation breaks when including ngAnimate #247

Open
jnlsn opened this issue Aug 5, 2015 · 1 comment
Open

tooltip fade animation breaks when including ngAnimate #247

jnlsn opened this issue Aug 5, 2015 · 1 comment

Comments

@jnlsn
Copy link

jnlsn commented Aug 5, 2015

the .fade/.fade.in css animations shown in the live demo work great until I include ngAnimate, then it stops working. Modal animations still work, interestingly enough. Am I missing something simple like a change in css classes?

@jfeigel
Copy link

jfeigel commented Sep 15, 2015

I am getting the same thing. Here is the plunkr example from your site with ngAnimate added: Plnkr

HTML

<i class="fa fa-pencil" tooltip="Change" tooltip-placement="left"></i>

Rendered Tooltip

<span class="tooltip tip-left" ng-class="{ in: isOpen(), fade: animation() }" style="width: auto; top: -9px; left: -66.9062px; display: block;" tooltip-popup="" title="" content="Change" placement="left" animation="tt_animation" is-open="tt_isOpen">
  <span ng-bind="content" class="ng-binding">Change</span>
  <span class="nub"></span>
</span>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants