course details changes done

This commit is contained in:
gandhimathi 2017-12-05 17:02:26 +05:30
parent 2a010fa0fd
commit adbb922189

View File

@ -88,12 +88,15 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
$scope.getStudentList(); $scope.getStudentList();
$scope.getUniversityList(); $scope.getUniversityList();
$scope.myModel.dateofbirth=$filter('date')($scope.currentDate, 'dd-MM-yyyy');
} else { } else {
} }
} }
$scope.getStudentList = function () { $scope.getStudentList = function () {
$scope.loader = true; $scope.loader = true;
var empListreq = { var empListreq = {