For some reason the ng-required attribute was not on the dob input
control. Setting 'ui.patron.edit.au.dob.require' should now work
as intended.
Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
<div class="row reg-field-row" ng-show="show_field('au.dob')">
[% draw_field_label('au', 'dob') %]
<div class="col-md-3 reg-field-input">
- <eg-date-input
+ <eg-date-input
+ ng-required="field_required('au', 'dob')"
ng-model="patron.dob"
ng-blur="handle_field_changed(patron, 'dob')">
</eg-date-input>