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 Apr 12, 2024. It is now read-only.
This issue is becoming a big issue, you don't have to remove all fields, you only have to remove the invalid field and the form is still invalid... (Eg: we show different fields depending on a type input on the form)
http://jsfiddle.net/ADukg/117/
The form starts out invalid.
Then a button removes all form fields.
The form.$invalid is still true, it should be false.
Note that if the button is pressed again, form.$invalid becomes false.
The text was updated successfully, but these errors were encountered: