changes in course

This commit is contained in:
gandhimathi 2017-11-29 12:53:38 +05:30
parent 86c6b95daf
commit c46a703ab5

View File

@ -218,7 +218,6 @@ app.controller('branchCtrl', ["$scope","toaster", "$filter", "ngTableParams", "A
$scope.loader=true;
// var data = response.data.details;
$scope.data = response.data.details;
console.log(data);
// this for search box
// $scope.search = {BranchCode: ''};
// $scope.tableParams = new ngTableParams({
@ -235,7 +234,7 @@ app.controller('branchCtrl', ["$scope","toaster", "$filter", "ngTableParams", "A
// });
} else {
$scope.emptyData=false;
$scope.loader=false;
$scope.loader=true;
$scope.branchInfo='';