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 has been archived by the owner on Sep 5, 2024. It is now read-only.
Occassionally the transitionEnd event will not fire and the '$mdUtil. waitTransitionEnd()' process will timeout; which rejects the pending promise. Using '.finally()' [consistently] allows the correct handlers to fire and will continuing to propagate the rejected promise.
One thing I am doing though is the below to hide the autocomplete on the
blur of the underlying input element. It's not ng-blur, so I end up having
to call $scope.apply, which could be I'm sure introducing something funny.
This blur event goes on to hide the autocomplete widget. However, this blur
tactic was working fine for the past week, and I've only now started seeing
this behavior. I updated to do AngularJS 1.4.5 yesterday, so I'm not sure
if that's the cause.
To reproduce on Chrome 43:
The text was updated successfully, but these errors were encountered: