student view in upload screens

This commit is contained in:
gandhimathi 2018-09-11 18:53:00 +05:30
parent f2f8b99f7e
commit 7bbe8453be

View File

@ -109,7 +109,7 @@
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
</div>
<div class="table-responsive" ng-if="studentData">
<div class="table-responsive" ng-if="studentData" ng-controller="studentModalDemoCtrl">
<table class="table table-hover">
<thead>
<tr>
@ -174,7 +174,7 @@
<i class="ti-plus" ng-if="p.AddToAccountStatus != 1" tooltip="Add to Account State" ng-click="addToAccountState(p.ID);"></i>
</td>
<td>
{{p.FormID}}
<a tooltip="View Student" class="text-dark" ng-click="open(p);"> {{p.FormID}}</a>
</td>
<td>
{{p.FormType}}