aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-07-10 12:43:50 -0700
committerIgor Minar2013-07-11 09:23:18 -0700
commit0b38882a911c3f7af8661304c2ece2096a756a59 (patch)
tree97aa66a9ced51954cd20416c480715e3890ae6f5
parent3364d69a3bc017abdab840b818fa1ede903ea395 (diff)
downloadangular.js-0b38882a911c3f7af8661304c2ece2096a756a59.tar.bz2
style(input): remove ws
-rw-r--r--src/ng/directive/input.js2
1 files changed, 1 insertions, 1 deletions
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.