changes in followup screen
This commit is contained in:
parent
a348a9b556
commit
4ead559db6
@ -211,8 +211,6 @@
|
|||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>S.No
|
|
||||||
</th>
|
|
||||||
<th ng-click="sort('TrackingID')">Tracking ID
|
<th ng-click="sort('TrackingID')">Tracking ID
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='TrackingID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='TrackingID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
@ -240,7 +238,6 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|filter:search2:strict|itemsPerPage:5">
|
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|filter:search2:strict|itemsPerPage:5">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$index+1}}</td>
|
|
||||||
<td><a href="#" class="text-orange" ng-click="setEditId(p);">{{p.TrackingID}}</a></td>
|
<td><a href="#" class="text-orange" ng-click="setEditId(p);">{{p.TrackingID}}</a></td>
|
||||||
<td>{{p.followupDetails }}</td>
|
<td>{{p.followupDetails }}</td>
|
||||||
<td>{{p.LeadName}}</td>
|
<td>{{p.LeadName}}</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user