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): null scope check in isOpen watch
The watch for the isOpen property from the model was not checking to see if the internal tooltip scope was still valid (null or undefined) before comparing the value to the tooltip scope isOpen property. Closes #4697 Fixes #4683
- Loading branch information