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

fix(tooltip): check for ttScope in $$postDigest #4555

Merged
merged 1 commit into from
Oct 8, 2015
Merged

fix(tooltip): check for ttScope in $$postDigest #4555

merged 1 commit into from
Oct 8, 2015

Conversation

RobJacobs
Copy link
Contributor

In the tooltip $$postDigest function a check is done
on ttScope.isOpen but ttScope may have been set to null
in the scope.$on('$destroy'...) function. Added a
check to make sure ttScope is defined and not null.

Fixes #4552

In the tooltip $$postDigest function a check is done
on ttScope.isOpen but ttScope may have been set to null
in the scope.$on('$destroy'...) function.  Added a
check to make sure ttScope is defined and not null.

Closes #4555
Fixes #4552
@icfantv
Copy link
Contributor

icfantv commented Oct 8, 2015

👍

@RobJacobs RobJacobs merged commit 01b9624 into angular-ui:master Oct 8, 2015
@RobJacobs RobJacobs deleted the fix-tooltip-scope branch October 9, 2015 12:53
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.

None yet

2 participants