diff --git a/src/js/controller.js b/src/js/controller.js index 1cf6147..a7232e2 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -1,9 +1,9 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', [ - '$scope', '$rootScope', '$timeout', '$uibModal', '$location', + '$scope', '$timeout', '$uibModal', '$location', 'focaCrearCobranzaService', 'focaModalService', '$filter', 'focaSeguimientoService', 'focaBotoneraLateralService', 'APP', 'focaLoginService', - function($scope, $rootScope, $timeout, $uibModal, $location, focaCrearCobranzaService, + function($scope, $timeout, $uibModal, $location, focaCrearCobranzaService, focaModalService, $filter, focaSeguimientoService, focaBotoneraLateralService, APP, loginService) { @@ -542,7 +542,6 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', if (!existe) { $scope.cobrosTabla.push(cobro); } - console.log('$scope.cobrosTabla', $scope.cobrosTabla); }, function() {} ); };