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