course details changes done
This commit is contained in:
parent
aa78b6c9fe
commit
bff3d3a80a
@ -60,7 +60,7 @@
|
||||
<div class="user-left">
|
||||
|
||||
<!--{{followupDetails | json}}-->
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-condensed" ng-controller="studentModalDemoCtrl">
|
||||
<thead>
|
||||
<tr >
|
||||
<th colspan="3">Contact Information</th>
|
||||
@ -71,13 +71,13 @@
|
||||
<td class="text-primary">Student Name</td>
|
||||
<td><span class="text-blue text-bold">
|
||||
|
||||
{{followupDetails.LeadName}}</span>
|
||||
<a tooltip="View Student" class="text-blue" ng-click="open(followupDetails);"> {{followupDetails.LeadName}}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mobile Number</td>
|
||||
<td><span class="text-blue text-bold">
|
||||
{{followupDetails.MobileNumber}} </span></td>
|
||||
<a tooltip="View Student" class="text-blue" ng-click="open(followupDetails);"> {{followupDetails.MobileNumber}} </a></span></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user