Commit a03597111ebea129393c6fc72bfe9d2fb676f81a
1 parent
6f8b91c018
Exists in
master
resolve transportista para modal proveedores
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -358,7 +358,12 @@ angular.module('focaCrearRemito') .controller('remitoController', |
358 | 358 | ariaLabelledBy: 'Busqueda de Proveedor', |
359 | 359 | templateUrl: 'modal-proveedor.html', |
360 | 360 | controller: 'focaModalProveedorCtrl', |
361 | - size: 'lg' | |
361 | + size: 'lg', | |
362 | + resolve: { | |
363 | + transportista: function() { | |
364 | + return false; | |
365 | + } | |
366 | + } | |
362 | 367 | } |
363 | 368 | ); |
364 | 369 | modalInstance.result.then( |