I have a form with input fields and validation setup by adding the required attributes and such. But for some fields I need to do some extra validation. How wou
required
You can use ng-required for your validation scenario ("if these 3 fields are filled in, then this field is required":