course details changes done
This commit is contained in:
parent
6d61a7bd76
commit
109ced13cf
@ -65,7 +65,7 @@
|
||||
<fieldset>
|
||||
|
||||
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
|
||||
<thead>
|
||||
<tr >
|
||||
<th></th>
|
||||
@ -103,8 +103,8 @@
|
||||
</td>
|
||||
<td><a class="text-orange" ng-click="setEditId(p,'','','','','',myModel.search);">{{p.TrackingID}}</a></td>
|
||||
<td>{{p.followupDetails }}</td>
|
||||
<td>{{p.LeadName}}</td>
|
||||
<td>{{p.MobileNumber}}</td>
|
||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.LeadName}}</a></td>
|
||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.MobileNumber}}</a></td>
|
||||
<td>{{p.UniversityName}}</td>
|
||||
<td>{{p.CourseName }}</td>
|
||||
<td>{{p.ActivityName}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user