diff --git a/src/ng/directive/ngModel.js b/src/ng/directive/ngModel.js index b7951acc821..98d56ba9fd8 100644 --- a/src/ng/directive/ngModel.js +++ b/src/ng/directive/ngModel.js @@ -455,7 +455,6 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ * $scope.resetWithCancel = function(e) { * if (e.keyCode == 27) { * $scope.myForm.myInput1.$rollbackViewValue(); - * $scope.myValue = ''; * } * }; * $scope.resetWithoutCancel = function(e) {