i\'m trying to do a form with validations using angularjs and so far i did a good job. But when i commit my reset button all the fields reset except for the error messages i
In My Form
Cancel app.controller('AddReview', function ($scope) { $scope.reset= function () { $scope.formReview.reset() }; });
only need to call $scope.formReview.reset() where formReview is my form name.
$scope.formReview.reset()