diff options
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index fa953419..ee613a6e 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -958,7 +958,7 @@ var VALID_CLASS = 'ng-valid',      </file>   * </example>   * - *  + *   */  var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse',      function($scope, $exceptionHandler, $attr, $element, $parse) { | 
