| .. | .. |
|---|
| 88 | 88 | ng-required="mandatory.license_type_id" |
|---|
| 89 | 89 | ng-model="pack.license_type_id" |
|---|
| 90 | 90 | ng-options="o.id as o.label for o in refs.license_type_id"> |
|---|
| 91 | | - <option selected="true" ng-if="!mandatory.license_type_id" |
|---|
| 92 | | - value=""></option> |
|---|
| 91 | + |
|---|
| 93 | 92 | </select> |
|---|
| 94 | 93 | <div class="alert inline-alert alert-warning" |
|---|
| 95 | 94 | ng-show="packForm.license_type_id.$invalid"> |
|---|
| .. | .. |
|---|
| 106 | 105 | <select class="form-control" ng-required="field.mandatory" |
|---|
| 107 | 106 | ng-model="pack.organization_id" |
|---|
| 108 | 107 | ng-options="o.id as o.label for o in refs.organization_id"> |
|---|
| 109 | | - <option selected="true" ng-if="!mandatory.organization_id" |
|---|
| 110 | | - value=""></option> |
|---|
| 111 | 108 | </select> |
|---|
| 112 | 109 | <div class="alert inline-alert alert-warning" |
|---|
| 113 | 110 | ng-show="packForm.organization_id.$invalid"> |
|---|