bill date changes in fees screen
This commit is contained in:
parent
72b3cedc42
commit
f5a368ce76
@ -10,8 +10,9 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
"universityName":"",
|
"universityName":"",
|
||||||
"courseName":""
|
"courseName":""
|
||||||
};
|
};
|
||||||
|
// bill date restrict
|
||||||
|
$scope.futureDate=new Date();
|
||||||
|
// end
|
||||||
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
|
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
/*
|
/*
|
||||||
* updateModel default value
|
* updateModel default value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user