From 286f3e20412770a0617f244c4479ce12c00d7824 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 19 Sep 2019 14:41:36 -0300 Subject: [PATCH] vuelvo a agregar foca-modal-busqueda-avanzada.html --- src/js/controller.js | 23 -------- src/views/foca-modal-busqueda-avanzada.html | 83 +++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 23 deletions(-) create mode 100644 src/views/foca-modal-busqueda-avanzada.html diff --git a/src/js/controller.js b/src/js/controller.js index efeaeeb..88882b3 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -154,29 +154,6 @@ angular.module('focaLogisticaPedidoRuta') .controller('focaLogisticaPedidoRutaCo }); }; - // $scope.busquedaAvanzada = function () { - // var modalInstance = $uibModal.open( - // { - // ariaLabelledBy: 'Busqueda Avanzada', - // templateUrl: 'foca-modal-busqueda-avanzada.html', - // controller: 'focaModalBusquedaAvanzadaController', - // resolve: { - // parametrosModal: function () { - // return { - // remitos: $scope.marcadores - // }; - // } - // } - // } - // ); - // modalInstance.result.then(function(data) { - // actualizarMarcadores(data); - // }, function () { - // // funcion ejecutada cuando se cancela el modal - // } - // ); - // }; - $scope.seleccionarRemito = function () { var modalInstance = $uibModal.open( { diff --git a/src/views/foca-modal-busqueda-avanzada.html b/src/views/foca-modal-busqueda-avanzada.html new file mode 100644 index 0000000..cb77e00 --- /dev/null +++ b/src/views/foca-modal-busqueda-avanzada.html @@ -0,0 +1,83 @@ + + + -- 1.9.1