course controller added

This commit is contained in:
gandhimathi 2017-11-23 20:28:33 +05:30
parent eac3a964d2
commit 7a7bb82394

View File

@ -1,3 +1,13 @@
<style>
b.fa {
display: inline-block;
border-radius: 60px;
box-shadow: 0px 0px 2px #007AFF;
padding: 0.5em 0.6em;
}
</style>
<!-- start: PAGE TITLE -->
<section id="page-title">
<div class="row">
@ -46,45 +56,7 @@
</div>
<div class="table-responsive">
<!--<table ng-table="tableParams" class="table">
<tbody ng-repeat="p in $data| filter:search:strict">
<tr id="tr{{p.BranchCode}}" ng-class-odd="'odd'" ng-class-even="'even'">
<td class="rowTd" data-title="'Branch Code'" sortable="'BranchCode'">
{{p.BranchCode}}
</td>
<td class="rowTd" data-title="'Branch Name'" sortable="'BranchName'">
{{p.BranchName}}
</td>
<td class="rowTd" data-title="'Address'"
sortable="">{{p.Address}}
</td>
<td class="rowTd" data-title="'Email'"
sortable="">{{p.EmailID}}
</td>
<td class="rowTd" data-title="'Mobile Number'"
sortable="">{{p.MobileNumber}}
</td>
<td class="rowTd" data-title="'Alternate Mobile'"
sortable="">{{p.AlternateNumber}}
</td>
<td class="rowTd" data-title="'Landline Number'"
sortable="">{{p.LandlineNumber}}
</td>
<td class="rowTd">
<div class="pull-right margin-right-10">
<input type=button class="btn btn-info btn-sm"
id="editRowBtn{{p.BranchCode}}" value="Modify"
ng-click="setEditId(p.BranchCode);">
</div>
</td>
</tr>
<tr ng-show="editId === p.BranchCode" ng-if="editId === p.BranchCode" style="width: ">
<td colspan="12" ng-include
src="'assets/views/editBranchDetails.html'"></td>
</tr>
</tbody>
</table>-->
<fieldset>
<table class="table table-hover">
<thead>
@ -124,11 +96,11 @@
<td>{{p.AlternateNumber}}</td>
<td>{{p.LandlineNumber}}</td>
<td>
<div class="pull-right margin-right-10">
<input type=button class="btn btn-info btn-sm"
id="editRowBtn{{p.BranchCode}}" value="Modify"
ng-click="setEditId(p.BranchCode);">
</div></td>
<a href="#" class="text-primary" id="editRowBtn{{p.BranchCode}}" ng-click="setEditId(p.BranchCode);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
</a></td>
</tr>
<tr ng-show="editId === p.BranchCode" ng-if="editId === p.BranchCode" style="width: ">
<td colspan="6" ng-include