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.
When md-autocomplete is removed (by ng-if) the md-scroll-mask is not removed. @cah-alexsukhodolsky tried to fix it in 042086f, but he didn't cover the scenario when md-autocomplete is removed immediately after an item is chosen.
The $mdUtil.nextTick doesn't call the $mdUtil.enableScrolling (because the $scope is destroyed) and the cleanup function will not remove the md-scroll-mask (because the ctrl.hidden is true).