course details changes done
This commit is contained in:
parent
7e89211386
commit
9e6d043ea4
@ -151,13 +151,26 @@
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Assigned To</td>
|
||||
<td>
|
||||
<select class="form-control" name="status" id="Box4" tabindex="1"
|
||||
ng-model="myModel1.assignStaff"
|
||||
ng-options="checkStaf.loginId as checkStaf.staffName for checkStaf in staffDetails"
|
||||
required>
|
||||
|
||||
<!-- <option value="">Select Status</option>-->
|
||||
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Status</td>
|
||||
<!--
|
||||
<td><span class="label label-sm label-info">{{followupDetails.statusListName}}</span></td>
|
||||
-->
|
||||
<td>
|
||||
<select class="form-control" name="status" id="Box3" tabindex="1"
|
||||
<select class="form-control" name="status" id="Box3" tabindex="2"
|
||||
ng-model="myModel1.status"
|
||||
ng-options="checkStatus.ListCode as checkStatus.ListName for checkStatus in trackingStatus"
|
||||
required>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user