course details changes done
This commit is contained in:
parent
742e7d8e96
commit
3dfffd5a7a
@ -170,7 +170,11 @@
|
||||
</thead>
|
||||
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10| filter:query as results">
|
||||
<tr>
|
||||
<td>{{p.MobileNumber}}</td>
|
||||
<td>
|
||||
<a tooltip="View Student Status" ng-click="viewStudentPage(p.StudentID);" class="text-dark">
|
||||
{{p.MobileNumber}}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user