Fixes issue FINERACT-749 (#3096)

This commit is contained in:
Sidhant Gupta 2020-02-08 14:39:11 +05:30 committed by GitHub
parent 42a835ea1c
commit f38529e3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -407,7 +407,7 @@
<div class="col-sm-3"> <div class="col-sm-3">
<input id="dateofbirth" type="text" name="dateofbirth" datepicker-pop="dd MMMM yyyy" <input id="dateofbirth" type="text" name="dateofbirth" datepicker-pop="dd MMMM yyyy"
ng-model="familyArray[$index].dateOfBirth" is-open="opened1" max="restrictDate" class="form-control"/> ng-model="familyArray[$index].dateOfBirth" is-open="opened1" min="minDate "max="restrictDate" class="form-control"/>
</div> </div>
</div> </div>

1
validation-status.json Normal file
View File

@ -0,0 +1 @@
{}