Commit 2a564fddbaeea3a55939f44b196ad1b54ca377c4
1 parent
f27ed5abd2
Exists in
master
minor
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/partials/customers/customers.controller.js
... | ... | @@ -79,7 +79,7 @@ function customersController($scope, $rootScope, $uibModal, $filter, $http, $sta |
79 | 79 | function getAllCompanies() { |
80 | 80 | CustomersService.getAllCompanies().then(function(result) { |
81 | 81 | $scope.companyList = result; |
82 | - console.log("result",result) | |
82 | + //console.log("result",result) | |
83 | 83 | for (var i = 0; i < $scope.companyList.length; i++) { |
84 | 84 | if ($scope.companyList[i].companyContact != null) { |
85 | 85 | if ($scope.companyList[i].companyContact.contactNumber != null || $scope.companyList[i].companyContact.contactNumber != undefined) { | ... | ... |