From 9718d371ba5880041f4d1f1ff74e506edcd44b9e Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 29 Jul 2019 11:05:59 -0300 Subject: [PATCH] Merge conflicts --- src/js/controller.js | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index bb35c1e..c1cd949 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -154,9 +154,6 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon }); }; -<<<<<<< HEAD - $scope.selectVehiculo = function (idTransportista, nombreTransportista) { -======= $scope.busquedaAvanzada = function () { var modalInstance = $uibModal.open( { @@ -181,7 +178,6 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon }; $scope.selectVehiculo = function(idTransportista, nombreTransportista) { ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 var parametrosModal = { columnas: [ { @@ -221,14 +217,8 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon // funcion ejecutada cuando se cancela el modal }); }; -<<<<<<< HEAD - - $scope.seleccionarFechaReparto = function () { - focaModalService.modalFecha('Fecha de reparto').then(function (fecha) { -======= $scope.seleccionarFechaReparto = function() { focaModalService.modalFecha('Fecha de reparto').then(function(fecha) { ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 setearFecha(fecha); }); }; @@ -326,21 +316,12 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon individual: $scope.idVendedor ? true : false }; -<<<<<<< HEAD - focaLogisticaPedidoRutaService.obtenerActividad(datos) - .then(function (datos) { - if (JSON.stringify(datos.data) !== JSON.stringify($scope.marcadores)) { - $scope.marcadores = datos.data; - } - }); -======= focaLogisticaPedidoRutaService.obtenerActividad(datos).then(function(datos) { if (!angular.equals($scope.marcadores, datos.data)) { $scope.marcadores = datos.data; $scope.marcadoresFiltro = $scope.marcadores; } }); ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 } function eliminarVehiculo(vehiculo) { @@ -379,14 +360,8 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon } return false; } -<<<<<<< HEAD - $interval(function () { - getSeguimiento(); - }, 5000); -======= // $interval(function() { // getSeguimiento(); // }, 5000); ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 } ]); -- 1.9.1