Skip to content

Commit 25ce808

Browse files
committed
add comment
1 parent 1efd8f9 commit 25ce808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/input/input-container.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export class MdInputDirective {
157157
(this.value == null || this.value === '') &&
158158
// Check if the input contains bad input. If so, we know that it only appears empty because
159159
// the value failed to parse. From the user's perspective it is not empty.
160+
// TODO(mmalerba): Add e2e test for bad input case.
160161
!this._isBadInput();
161162
}
162163

0 commit comments

Comments
 (0)