This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(popover): prevent wrong positioning from title
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. Closes #3518
- Loading branch information