session master changes

This commit is contained in:
gandhimathi 2018-03-26 13:08:21 +05:30
parent 2cd9101cae
commit 0481ae5a00

View File

@ -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>