How to add custom validation to an AngularJS form?

后端 未结 12 1696
既然无缘
既然无缘 2020-11-22 10:07

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

12条回答
  •  生来不讨喜
    2020-11-22 10:40

    You can use ng-required for your validation scenario ("if these 3 fields are filled in, then this field is required":

提交回复
热议问题