Created
January 18, 2018 21:39
-
-
Save maltzsama/f8a0bda2a01fcc6df5033b14b723ac66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input [class.is-invalid]="firstNameInp.invalid &&(firstNameInp.touched || firstNameInp.dirty)" #firstNameInp="ngModel" required class="form-control" type="text" placeholder="name" name="name" [(ngModel)]="firstName"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment