course details changes done

This commit is contained in:
gandhimathi 2017-12-27 15:39:31 +05:30
parent 59c3f433d7
commit 8e7fbdf420

View File

@ -12,7 +12,6 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
};
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
/*
* updateModel default value
* */
@ -238,6 +237,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
university: myModel.UniversityName,
course: myModel.CourseName,
statusCode: updateModel.statusCode,
requestedBranch : JSON.parse(localStorage.getItem('localObj')).localBranchID
}