.controller('formCtrl', function($scope) { $scope.resetForm = function() { //$scope.resetme.reset(); document.getElementById('resetme').reset(); }; ...
確定! 回上一頁