Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f20b06d

Browse files
committed
style(input): fix trailing whitespace
Oops. I blame vim for this little accident.
1 parent 109e5d1 commit f20b06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
477477
if (composing) return;
478478
var value = element.val();
479479

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

0 commit comments

Comments
 (0)