course details changes done
This commit is contained in:
parent
2a010fa0fd
commit
adbb922189
@ -88,12 +88,15 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
|
||||
$scope.getStudentList();
|
||||
$scope.getUniversityList();
|
||||
|
||||
$scope.myModel.dateofbirth=$filter('date')($scope.currentDate, 'dd-MM-yyyy');
|
||||
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
$scope.getStudentList = function () {
|
||||
$scope.loader = true;
|
||||
var empListreq = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user