Commit c7268e6fb0308cdaa315bc0f515b434dfb761108
1 parent
acb9dc7e2c
Exists in
master
no abre popup
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/osm-directive.js
... | ... | @@ -74,8 +74,8 @@ angular.module('focaLogisticaPedidoRuta').directive('focaLogistica', function() |
74 | 74 | .addTo($scope.map) |
75 | 75 | .bindPopup(observacion) |
76 | 76 | ); |
77 | - | |
78 | - $scope.markers[0].openPopup(); | |
77 | + //abre marcador del primer punto | |
78 | + //$scope.markers[0].openPopup(); | |
79 | 79 | }); |
80 | 80 | }); |
81 | 81 | }], |