Angularjs how to remove textbox border color after click on reset button.I have used below code but textbox color could not be remove in angularjs $scope.cancel = function () { clear(); $scope.frmCustomerRegistration.$setPristine();}
Angularjs h
ow to remove textbox border color after click on reset button.I have used below code but textbox color could not be remove in angularjs $scope.cancel = function () { clear(); $scope.frmCustomerRegistration.$setPristine();}