mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 09:37:29 +00:00
Fixes issue FINERACT-749 (#3096)
This commit is contained in:
parent
42a835ea1c
commit
f38529e3c9
@ -407,7 +407,7 @@
|
||||
|
||||
<div class="col-sm-3">
|
||||
<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>
|
||||
|
||||
1
validation-status.json
Normal file
1
validation-status.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
Loading…
Reference in New Issue
Block a user