course details changes done
This commit is contained in:
parent
b0a0b3792a
commit
3cb942f83b
@ -31,6 +31,8 @@ app.controller('courseCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTab
|
||||
$rootScope.updateMoreItems = [];
|
||||
$scope.editId = -1;
|
||||
$rootScope.setEditId = function (pid,p) {
|
||||
$rootScope.myModelRegular1="";
|
||||
$rootScope.myModelLateral1="";
|
||||
$rootScope.updateMoreItems=[];
|
||||
// find index for fees type drop down list
|
||||
|
||||
@ -272,6 +274,7 @@ app.controller('courseCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTab
|
||||
$scope.emptyData='';
|
||||
|
||||
$rootScope.init = function () {
|
||||
|
||||
$scope.loader='';
|
||||
var getCourse = {
|
||||
method: 'POST',
|
||||
@ -305,6 +308,7 @@ app.controller('courseCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTab
|
||||
"FeesAmount":"",
|
||||
|
||||
};
|
||||
|
||||
// single sitting lateral course details in model
|
||||
|
||||
$scope.myModelLateral = {
|
||||
@ -315,6 +319,7 @@ app.controller('courseCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTab
|
||||
"FeesAmount":"",
|
||||
|
||||
};
|
||||
|
||||
// single sitting Sem_Year course details in model
|
||||
|
||||
$scope.myModelSemYear = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user