course details changes done

This commit is contained in:
gandhimathi 2018-01-31 14:35:17 +05:30
parent bff3d3a80a
commit fdea53e207

View File

@ -115,7 +115,7 @@
</div>
</div>
</div>
<table class="table table-hover">
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
<thead>
<tr>
<th>
@ -147,9 +147,9 @@
ng-click="openScreenSen()" />
</label>
</td>
<td>{{p.Firstname}}</td>
<td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.Firstname}}</a></td>
<td>{{p.Lastname}}</td>
<td>{{p.MobileNumber}}</td>
<td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.MobileNumber}}</a></td>
<td>{{p.EmailID}}</td>
<td>{{p.CourseName}}</td>
</tr>