Commit 15fb920e382803c4c5253b680700229c32a842d5
1 parent
6b95661cdd
Exists in
master
ok modal-busqueda-cliente
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -37,7 +37,8 @@ angular.module('focaAgendarVisita') |
| 37 | 37 | templateUrl: 'foca-busqueda-cliente-modal.html', |
| 38 | 38 | controller: 'focaBusquedaClienteModalController', |
| 39 | 39 | resolve: { |
| 40 | - vendedor: function() { return null; } | |
| 40 | + vendedor: function() { return null; }, | |
| 41 | + cobrador: function() { return null; } | |
| 41 | 42 | }, |
| 42 | 43 | size: 'lg' |
| 43 | 44 | } |