Show red border for all invalid fields after submitting form angularjs

后端 未结 3 848
清酒与你
清酒与你 2021-02-01 13:57

I have a form in which I have some input fields. Some of them are required fields and some are email fields.

I am using HTML5

3条回答
  •  灰色年华
    2021-02-01 14:19

    you can use default ng-submitted is set if the form was submitted.

    https://docs.angularjs.org/api/ng/directive/form

    example: http://jsbin.com/cowufugusu/1/

提交回复
热议问题