Clear up Feedback component
This commit is contained in:
parent
1863589614
commit
02f1d95b52
2 changed files with 10 additions and 15 deletions
|
@ -11,7 +11,7 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-md-3 form-control-label" for="text-input"><strong>Email</strong></label>
|
||||
<div class="col-md-9">
|
||||
<input type="text" class="form-control" name="email" formControlName="email" placeholder="Enter Account Email Here" [(ngModel)]="loggedInEmail" [disabled]="noEmail">
|
||||
<input type="text" class="form-control" name="email" formControlName="email" placeholder="Enter Account Email Here">
|
||||
<span class="help-block">Enter your email here if it doesn't show.</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue