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