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

Direction issues when using tooltip inside ng-repeat #232

Open
BrendanBetheldo opened this issue Aug 22, 2018 · 0 comments
Open

Direction issues when using tooltip inside ng-repeat #232

BrendanBetheldo opened this issue Aug 22, 2018 · 0 comments

Comments

@BrendanBetheldo
Copy link

I've got a tooltip sitting inside of an ng-repeat and all of them are have the below template.

 <div class="salary-information">
    <dfr-svg tooltip-try="false" icon="information" size="10" tooltips tooltip-template="test" tooltip-side="bottom"></dfr-svg>
      <span>Pay (at least):</span>
 </div>

For whatever reason only the last 2 tooltips render with the correct direction, all the others render with random direction classes. I can see in the DOM that the direction is set to bottom but the element has the class _right _steady _ready or _top _steady _ready

Any help would be appreciated.

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

1 participant