|
|
|
@ -977,7 +977,7 @@
|
|
|
|
<label class="control-label col-sm-4" for="registered_state-input">*
|
|
|
|
<label class="control-label col-sm-4" for="registered_state-input">*
|
|
|
|
State</label>
|
|
|
|
State</label>
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<div class="col-sm-8">
|
|
|
|
<select class="form-control" name="state" required
|
|
|
|
<select class="form-control" name="registered_state" required
|
|
|
|
ng-model="partner.registered_state"
|
|
|
|
ng-model="partner.registered_state"
|
|
|
|
id="registered_state-input"
|
|
|
|
id="registered_state-input"
|
|
|
|
ng-options="state.value as state.label for state in states">
|
|
|
|
ng-options="state.value as state.label for state in states">
|
|
|
|
|