From 0b38882a911c3f7af8661304c2ece2096a756a59 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 10 Jul 2013 12:43:50 -0700 Subject: [PATCH] style(input): remove ws --- src/ng/directive/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index c122caf0..38de40dc 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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.