changes in course

This commit is contained in:
gandhimathi 2017-11-29 13:22:46 +05:30
parent c46a703ab5
commit b6a3e87493

View File

@ -195,7 +195,7 @@ app.controller('batchCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTabl
} else {
$scope.emptyData=false;
$scope.loader=false;
$scope.loader=true;
$scope.university=response.data.universityDetails;
}