show validation error messages on submit in angularjs

前端 未结 13 866
别那么骄傲
别那么骄傲 2020-11-28 02:25

I have a form which need to show validation error messages if clicked submit.

Here is a working plunker

 
13条回答
  •  感动是毒
    2020-11-28 02:56

    I also had the same issue, I solved the problem by adding a ng-submit which sets the variable submitted to true.

    
    
    invalid email address required
    required

    I like the idea of using $submitted, I think I've to upgrade Angular to 1.3 ;)

提交回复
热议问题