diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 6328420f460d..542506f0fc49 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1629,7 +1629,6 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ this.$modelValue = Number.NaN; this.$validators = {}; this.$asyncValidators = {}; - this.$validators = {}; this.$parsers = []; this.$formatters = []; this.$viewChangeListeners = [];