studentView.html edited online with Bitbucket by VELZ

This commit is contained in:
gandhimathi 2018-07-20 15:06:57 +00:00
parent a984224982
commit 87a9991717

View File

@ -547,7 +547,7 @@
</tbody>
<tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType!='F001'">
<tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'">
<tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'" and ng-if= "mark.AnsBookStatus != 'ISSUED TO STUDENT'">
<td>
<span>{{mark.Sem_Year}}</span>
</td>