Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(popover): prevent wrong positioning from title #3518

Closed

Conversation

chrisirhc
Copy link
Contributor

If the title is blank, ngAnimate attempts to animate ngShow so positionTooltip
gets called when the title box is still visible, about to be animated to
hidden. Hence, the positionTooltip receives a taller height. Avoid this by
using ngIf instead.

Unfortunately, I can't find a good way to test this.

If the title is blank, ngAnimate attempts to animate ngShow so positionTooltip
gets called when the title box is still visible, about to be animated to
hidden. Hence, the positionTooltip receives a taller height. Avoid this by
using ngIf instead.
@chrisirhc chrisirhc added this to the 0.13.0 milestone Apr 9, 2015
@chrisirhc chrisirhc closed this in c8156c7 Apr 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants