course details changes done
This commit is contained in:
parent
29f9adfe73
commit
9d114f1f33
@ -100,7 +100,7 @@
|
||||
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Student Name</th>
|
||||
@ -115,8 +115,8 @@
|
||||
</thead>
|
||||
<tbody dir-paginate="user in studentInfo|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10">
|
||||
<tr>
|
||||
<td>{{user.Firstname}}</td>
|
||||
<td>{{user.MobileNumber}}</td>
|
||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(user);">{{user.Firstname}}</a></td>
|
||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(user);">{{user.MobileNumber}}</a></td>
|
||||
<td>{{user.UniversityName}}</td>
|
||||
<td>{{user.CourseName}}</td>
|
||||
<td>{{user.BatchName}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user