course details changes done

This commit is contained in:
gandhimathi 2017-12-05 16:50:37 +05:30
parent 37832a9eb2
commit 03699a79da

View File

@ -31,6 +31,7 @@ app.controller('courseCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTab
$rootScope.updateMoreItems = [];
$scope.editId = -1;
$rootScope.setEditId = function (pid,p) {
$rootScope.updateMoreItems=[];
// find index for fees type drop down list
angular.forEach(p.feesStructures, function(value, key){