course controller added

This commit is contained in:
gandhimathi 2017-11-23 19:52:01 +05:30
parent 8b498e694a
commit d2ff68c4aa

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 --> <!-- start: PAGE TITLE -->
<section id="page-title"> <section id="page-title">
<div class="row"> <div class="row">
@ -72,11 +82,16 @@
<td>{{p.UniversityName}}</td> <td>{{p.UniversityName}}</td>
<td> <td>
<input type=button class="btn btn-info btn-sm" <a href="#" class="text-primary" id="editRowBtn{{p.CourseID}}" ng-click="setEditId(p.CourseID);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
id="editRowBtn{{p.CourseID}}" value="Modify" </a>
ng-click="setEditId(p.CourseID);">
</td> </td>
</tr> </tr>
<tr ng-show="editId === p.CourseID" ng-if="editId === p.CourseID" style="width: "> <tr ng-show="editId === p.CourseID" ng-if="editId === p.CourseID" style="width: ">
<td colspan="6" ng-include <td colspan="6" ng-include