Good morning everyone,
Its possible create a directive (validation) to form level?
what I need is the following:
I have a form which has several fields and also has a button that is disabled while the validation of each of the fields is failed.
I need to create another validation, to check that at least one field of the form is filled.
I found one similar question here: link, but the solution is not the best (i think)
Thank you in advance