We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efe2fe commit 39814b1Copy full SHA for 39814b1
src/ng2client/app/components/login/login.html
@@ -5,13 +5,13 @@
5
<ul>
6
<li>
7
<label for="name">Username</label>
8
- <input id="name" type="text" [(ngModel)]="username" (ngControl)="username" placeholder="Username"
+ <input id="name" type="text" [(ngModel)]="username" (ngControl)="username" placeholder="Username = bob"
9
required>
10
</li>
11
12
<label for="password">Password</label>
13
<input id="password" type="password" [(ngModel)]="password" (ngControl)="password"
14
- placeholder="Password" required>
+ placeholder="Password = bob" required>
15
16
17
<button type="submit" [disabled]="!loginForm.form.valid" class="button-blue">Submit</button>
0 commit comments