How do I check form validity with angularjs?

前端 未结 4 1888
渐次进展
渐次进展 2020-12-13 11:52

I\'m very new to angularjs. Say my app has a form. Using the inspector, I noticed that if angularjs thinks that the form is invalid, it adds an ng-invalid class to the form.

4条回答
  •  感情败类
    2020-12-13 12:28

    Example

    Name:
    Email:

提交回复
热议问题