Commit 9052ac9459dffd2a258714f4178afccd5a80b0ff

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !38
src/js/controller.js
... ... @@ -306,13 +306,15 @@ angular.module('focaCrearCobranza') .controller('cobranzaController',
306 306 };
307 307  
308 308 $scope.seleccionarCliente = function() {
309   -
310 309 var modalInstance = $uibModal.open(
311 310 {
312 311 ariaLabelledBy: 'Busqueda de Cliente',
313 312 templateUrl: 'foca-busqueda-cliente-modal.html',
314 313 controller: 'focaBusquedaClienteModalController',
315   - size: 'lg'
  314 + size: 'lg',
  315 + resolve: {
  316 + vendedor: function(){ return null; }
  317 + }
316 318 }
317 319 );
318 320 modalInstance.result.then(