course details changes done

This commit is contained in:
gandhimathi 2018-01-31 11:04:43 +05:30
parent 6d61a7bd76
commit 109ced13cf

View File

@ -65,7 +65,7 @@
<fieldset> <fieldset>
<table class="table table-hover"> <table class="table table-hover" ng-controller="studentModalDemoCtrl">
<thead> <thead>
<tr > <tr >
<th></th> <th></th>
@ -103,8 +103,8 @@
</td> </td>
<td><a class="text-orange" ng-click="setEditId(p,'','','','','',myModel.search);">{{p.TrackingID}}</a></td> <td><a class="text-orange" ng-click="setEditId(p,'','','','','',myModel.search);">{{p.TrackingID}}</a></td>
<td>{{p.followupDetails }}</td> <td>{{p.followupDetails }}</td>
<td>{{p.LeadName}}</td> <td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.LeadName}}</a></td>
<td>{{p.MobileNumber}}</td> <td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.MobileNumber}}</a></td>
<td>{{p.UniversityName}}</td> <td>{{p.UniversityName}}</td>
<td>{{p.CourseName }}</td> <td>{{p.CourseName }}</td>
<td>{{p.ActivityName}}</td> <td>{{p.ActivityName}}</td>