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.
What is the current behavior?
When you have a form that is shown using ngIf and contain an <input type="email" ng-model="someModel" required>, ngAnimate classes are not added when the ngIf statement becomes truthy.