0
Try from this link
http://stackoverflow.com/questions/30529131/angularjs-ng-required-not-clear-the-notification-after-closing-model
0
Hello Dorababu,
I have use different class on clear button click for textbox (remove textbox red color) but when I clicked on submit button without enter data in textbox, textbox border color not changed (not changed as red)
Also I have used $scope.frmCustomer.$setPristine();
0
It will be similar too, in your reset button make it valid or apply a different class
0
Hello Dorababu,
Thanks for reply.I refer link no. 1 and I got a answer but tell me if i use reset button and I click on submit button at that time textbox border color get red (my textboxes are blank) and I clicked on reset button I want to remove textbox red border color and reset a form.
0
Check the article here
http://www.coding-issues.com/2015/09/show-red-border-for-invalid-inputs-fields-on-form-submit-angularjs.html
Another sample
http://jsbin.com/cowufugusu/1/edit?html,css,js,output