course controller added
This commit is contained in:
parent
1c1fb70939
commit
e32b9a065a
@ -96,14 +96,14 @@
|
||||
<td>{{p.AlternateNumber}}</td>
|
||||
<td>{{p.LandlineNumber}}</td>
|
||||
<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 href="#" class="text-azure" 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
|
||||
<td colspan="12" ng-include
|
||||
src="'assets/views/editBranchDetails.html'"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user