This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): tooltips will hide on scope.$destroy
When an element on which the tooltip is applied is destroyed (along with its scope), the tooltip popup will now be closed if it was open. Also refactored the $locationChangeSuccess binding as well to not waste a run of `hide()` unless the tooltip was already open, following the same pattern used in this bug fix. Closes #410.
- Loading branch information
Josh David Miller
committed
May 9, 2013
1 parent
c532659
commit 3e5a58e
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters