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();
}
Loading
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();
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Mar 14, 2016, 6:53 AM
Ajay ShedgePosted Mar 14, 2016, 6:22 AM
Dorababu MekaPosted Mar 14, 2016, 12:40 AM
Ajay ShedgePosted Mar 14, 2016, 12:28 AM
Dorababu MekaPosted Mar 13, 2016, 12:34 PM