Commit 7794aa6f38b47a07e2afec9b39de77fd6a327242
1 parent
9296c6d3f3
Exists in
master
cLog eliminado
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -413,8 +413,7 @@ angular.module('focaBusquedaCliente') |
| 413 | 413 | size: 'md' |
| 414 | 414 | }; |
| 415 | 415 | focaModalService.modal(parametrosModal).then( |
| 416 | - function(cobrador) { | |
| 417 | - console.log(cobrador); | |
| 416 | + function(cobrador) { | |
| 418 | 417 | $scope.cliente.cobrador = cobrador; |
| 419 | 418 | }, function() { |
| 420 | 419 | // funcion ejecutada cuando se cancela el modal |