style(input): remove ws

This commit is contained in:
Igor Minar 2013-07-10 12:43:50 -07:00
parent 3364d69a3b
commit 0b38882a91

View file

@ -1082,7 +1082,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
* - keeping state of the control (valid/invalid, dirty/pristine, validation errors),
* - setting related css class onto the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`),
* - register the control with parent {@link ng.directive:form form}.
*
*
* Note: `ngModel` will try to bind to the property given by evaluating the expression on the
* current scope. If the property doesn't already exist on this scope, it will be created
* implicitly and added to the scope.