Commit 421f35f70b3fadd2fd32ec4075711e4f6118a9c2
1 parent
f1084d43f3
Exists in
master
and in
1 other branch
fuera console.log
Showing
1 changed file
with
2 additions
and
3 deletions
 
Show diff stats
src/js/controller.js
| 1 | 1 | angular.module('focaCrearCobranza') .controller('cobranzaController', | 
| 2 | 2 | [ | 
| 3 | - '$scope', '$rootScope', '$timeout', '$uibModal', '$location', | |
| 3 | + '$scope', '$timeout', '$uibModal', '$location', | |
| 4 | 4 | 'focaCrearCobranzaService', 'focaModalService', '$filter', 'focaSeguimientoService', | 
| 5 | 5 | 'focaBotoneraLateralService', 'APP', 'focaLoginService', | 
| 6 | - function($scope, $rootScope, $timeout, $uibModal, $location, focaCrearCobranzaService, | |
| 6 | + function($scope, $timeout, $uibModal, $location, focaCrearCobranzaService, | |
| 7 | 7 | focaModalService, $filter, focaSeguimientoService, focaBotoneraLateralService, | 
| 8 | 8 | APP, loginService) | 
| 9 | 9 | { | 
| ... | ... | @@ -542,7 +542,6 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', | 
| 542 | 542 | if (!existe) { | 
| 543 | 543 | $scope.cobrosTabla.push(cobro); | 
| 544 | 544 | } | 
| 545 | - console.log('$scope.cobrosTabla', $scope.cobrosTabla); | |
| 546 | 545 | }, function() {} | 
| 547 | 546 | ); | 
| 548 | 547 | }; |