course controller added

This commit is contained in:
gandhimathi 2017-11-23 20:31:37 +05:30
parent 1c1fb70939
commit e32b9a065a

View File

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