session master changes
This commit is contained in:
parent
2cd9101cae
commit
0481ae5a00
@ -65,15 +65,19 @@
|
||||
<th ng-click="sort('SessionName')">Session Name
|
||||
<span class="glyphicon sort-icon" ng-show="sortKey=='SessionName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||
</th>
|
||||
<th>University</th>
|
||||
<th>Status</th>
|
||||
<th> Action</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody dir-paginate="p in data|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10">
|
||||
<tbody dir-paginate="p in data|filter:search:strict|itemsPerPage:10">
|
||||
<!-- <pre>p|json</pre> -->
|
||||
<!--hide filter for latset record first
|
||||
|orderBy:sortKey:reverse -->
|
||||
<tr>
|
||||
<td>{{p.SessionName}}</td>
|
||||
<td>{{p.UniversityName}}</td>
|
||||
<td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">In-Active</span></td>
|
||||
<td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user