course details changes done

This commit is contained in:
gandhimathi 2018-01-31 11:52:16 +05:30
parent f27cfb6cff
commit 608737ea5f

View File

@ -117,7 +117,7 @@
</div> </div>
</div> </div>
</div> </div>
<table class="table table-hover"> <table class="table table-hover" ng-controller="studentModalDemoCtrl">
<thead> <thead>
<tr> <tr>
<th> <th>
@ -151,9 +151,9 @@
</label> </label>
</td> </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.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.EmailID}}</td>
<td>{{p.CourseName}}</td> <td>{{p.CourseName}}</td>
<td class="center"> <td class="center">