course details changes done

This commit is contained in:
gandhimathi 2018-01-18 17:52:50 +05:30
parent 7e89211386
commit 9e6d043ea4

View File

@ -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>