course details changes done

This commit is contained in:
gandhimathi 2018-02-14 13:30:38 +05:30
parent 5ef6fa4d27
commit a92c202410

View File

@ -85,7 +85,7 @@
<td><span ng-if="p.IsActive == 1"> Active </span><span ng-if="p.IsActive == 0">In-Active</span></td>
<td>
<a class="text-azure" id="editRowBtn{{p.BatchCode}}" ng-click="setEditId(p.BatchCode);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
<a class="text-azure" id="editRowBtn{{p.BatchCode}}" ng-click="setEditId(p.BatchCode,p);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
</a>
</td>