You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I occasionally see the following error in the browser console in our application.
Uncaught TypeError: Cannot set property 'isOpen' of null
hide @ ui-bootstrap-tpls.js:3496
hideTooltipBind @ ui-bootstrap-tpls.js:3454
I can't definitively say what causes it, but I suspect that it happens when I have a tooltip on a link which, when clicked, causes a route change and, thus, destroys the current scope.