From c7268e6fb0308cdaa315bc0f515b434dfb761108 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 7 Jan 2019 17:41:40 -0300 Subject: [PATCH] no abre popup --- src/js/osm-directive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/osm-directive.js b/src/js/osm-directive.js index cb28362..dff3624 100644 --- a/src/js/osm-directive.js +++ b/src/js/osm-directive.js @@ -74,8 +74,8 @@ angular.module('focaLogisticaPedidoRuta').directive('focaLogistica', function() .addTo($scope.map) .bindPopup(observacion) ); - - $scope.markers[0].openPopup(); + //abre marcador del primer punto + //$scope.markers[0].openPopup(); }); }); }], -- 1.9.1