Skip to content

Commit 39814b1

Browse files
author
Manuel Rauber
committed
Suggest username and password ;)
1 parent 0efe2fe commit 39814b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng2client/app/components/login/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<ul>
66
<li>
77
<label for="name">Username</label>
8-
<input id="name" type="text" [(ngModel)]="username" (ngControl)="username" placeholder="Username"
8+
<input id="name" type="text" [(ngModel)]="username" (ngControl)="username" placeholder="Username = bob"
99
required>
1010
</li>
1111
<li>
1212
<label for="password">Password</label>
1313
<input id="password" type="password" [(ngModel)]="password" (ngControl)="password"
14-
placeholder="Password" required>
14+
placeholder="Password = bob" required>
1515
</li>
1616
<li>
1717
<button type="submit" [disabled]="!loginForm.form.valid" class="button-blue">Submit</button>

0 commit comments

Comments
 (0)