show validation error messages on submit in angularjs

前端 未结 13 836
别那么骄傲
别那么骄傲 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:38

    You only need to check if the form is dirty and valid before submitting it. Checkout the following code.

          
    

    And also you can disable your submit button with the following change:

    
    

    This should help for your initial

提交回复
热议问题