Merge branch 'MOHEMM-Q2-DEV' into enad-Q1

enad-Q1
umasoodch 4 years ago
commit e76a8f9d8e

@ -48,7 +48,7 @@
<ion-item lines="none" class="filed-container">
<select [(ngModel)]="depType" (change)="onSelectChange($event,1)" class="filed1" id="firstLabel"
placeholder="Select Department" type="text" required >
<option value="" selected style="display: none !important;">{{ts.trPK('userProfile','selectDep')}}</option>
<option value="" selected hidden selected>{{ts.trPK('userProfile','selectDep')}}</option>
<option [value]="x.projectDepartmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option>
<!-- <option [value]="x.departmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option> -->
</select>

Loading…
Cancel
Save