course details changes done

This commit is contained in:
gandhimathi 2018-01-31 11:35:38 +05:30
parent 6ff0427b2e
commit 21b1f67b62

View File

@ -162,7 +162,7 @@
</div>
<!--<pre>{{results.length}}</pre>-->
<div class="table-responsive">
<table class="table table-hover">
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
<thead>
<tr>
<th ng-click="sort('MobileNumber')">MobileNumber
@ -187,14 +187,14 @@
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10| filter:query as results">
<tr>
<td>
<a tooltip="View Student Status" ng-click="viewStudentPage(p.StudentID);" class="text-dark">
<a tooltip="View Student" ng-click="open(p);" class="text-dark">
{{p.MobileNumber}}
</a>
</td>
<td>
<a tooltip="View Student Status" ng-click="viewStudentPage(p.StudentID);" class="text-dark">
<a tooltip="View Student" ng-click="open(p);" class="text-dark">
{{p.Firstname}} {{p.Lastname}}
</a>
@ -216,9 +216,6 @@
<tr ng-show="editCourseId === p.StudentID" ng-if="editCourseId === p.StudentID">
<td colspan="6" ng-include src="'assets/views/student/editStudentCourseDetails.html'"></td>
</tr>
<tr ng-show="studentViewPage === p.StudentID" ng-if="studentViewPage === p.StudentID">
<td colspan="6" ng-include src="'assets/views/student/studentViewInManagement.html'"></td>
</tr>
</tbody>
</table>
<dir-pagination-controls max-size="10" direction-links="true" boundary-links="true">