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 Sep 5, 2024. It is now read-only.
fix(tooltip): move document.contains polyfill for IE11 into $mdUtil (#11749)
when `$mdGestureProvider.disableAll()` was called
- the polyfill wasn't being registered
- this cause hovering over a tooltip to throw
now we always register it when $mdUtil loads
Fixes#11745
0 commit comments