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 Apr 12, 2024. It is now read-only.
It seems to have gotten worse in 1.4. Per docs ( https://docs.angularjs.org/api/ng/service/$q#when ) using $q.when to wrap a third party promise, when using the Promise.reject() that returns immediately, makes the input flicker a lot.
It doesn't happen when doing return $q.reject(false)
shot in the dark, I'm using ngAnimate and seems related to #11652 and is on and off (in my case, not in the plunkr)
EDIT2: I can confirm that the problem I'm facing is because of ngAnimate. (My inputs have a transition for box-shadow). Removed the dependency, and it's working as expected, but the plunkr issue happens regardless of ngAnimate