student details changes done by bala

This commit is contained in:
gandhimathi 2018-05-07 18:04:32 +05:30
parent 3479ffd4f6
commit c480db767d

View File

@ -623,7 +623,7 @@
<thead>
<tr>
<th>Detail</th>
<!--<th>Follow_Up_Date</th>-->
<th>Follow_Up_Date</th>
<th>Status</th>
<th class="center">Delete</th>
</tr>
@ -631,7 +631,7 @@
<tbody ng-repeat="penddoc in studentPendingDocumentsDetails">
<tr>
<td>{{penddoc.Details}}</td>
<!--<td>{{penddoc.DocumentDate}}</td>-->
<td>{{penddoc.DocumentDate}}</td>
<td>
<span ng-if="penddoc.Status == 1">Open</span>
<span ng-if="penddoc.Status == 0">Close</span>