select


                <div class="form-group">
                    <label>Субъект *</label>
                        <select class="form-control"
                                ng-model="ctrl.currentItem.select_subject_obj"
                                ng-change="ctrl.selectSubjectChange()"
                                ng-options="dat.subject.title for dat in ctrl.currentItem.currentSubjects.subject.obligation_subjects"
                                required
                        ><option value="">- Выберите вид -</option>
                        </select>
                    <input type="hidden" class="form-control" ng-model="ctrl.currentItem.accrual_obligation_subject_number">
                </div>