I am doing input validation on Angular but it's fine for one field validation but how to do the code if i have more input fields.
Here is the my plunker: plnkr.co/edit/Z6RRhPvbZNdlG9S9YYTP?p=preview
Thanks in advance
I am doing input validation on Angular but it's fine for one field validation but how to do the code if i have more input fields.
Here is the my plunker: plnkr.co/edit/Z6RRhPvbZNdlG9S9YYTP?p=preview
Thanks in advance
<span ng-show="myform.$invalid">Please enter something!</span>
<span ng-show="myform.$valid">Good boy!</span>