mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-23 18:00:26 +00:00
style(input): remove ws
This commit is contained in:
parent
3364d69a3b
commit
0b38882a91
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue