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(tooltip): check for ttScope in $$postDigest
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
- Loading branch information