angularjs
code reset form in Angularjs
$scope . FnReset = function (){ $ ( "input[type='reset']" ). click (); $scope . frmRg . $setPristine (); $…
$scope . FnReset = function (){ $ ( "input[type='reset']" ). click (); $scope . frmRg . $setPristine (); $…
index.html <!DOCTYPE html> <html> <head> <script data-require="jquery@*" data-semver="2.0.3" src=&qu…