Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64a3f42

Browse files
committed
style(input): fix trailing whitespace
Oops. I blame vim for this little accident.
1 parent ff428e7 commit 64a3f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
903903
var value = element.val(),
904904
event = ev && ev.type;
905905

906-
// IE (11 and under) seem to emit an 'input' event if the placeholder value changes.
906+
// IE (11 and under) seem to emit an 'input' event if the placeholder value changes.
907907
// We don't want to dirty the value when this happens, so we abort here. Unfortunately,
908908
// IE also sends input events for other non-input-related things, (such as focusing on a
909909
// form control), so this change is not entirely enough to solve this.

0 commit comments

Comments
 (0)