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.
difficult to access the form from controller (you can only access the root form and listen on its "$validate" event, which works, but...), so probably want to add "ng:validator" attribute for forms ?
then, when doing the validation, we need to access the widgets, because you can fire $valid/$invalid only on widget (not possible on form level) and accessing widgets is tricky...