From bbad86949d1b445aeafa9f7dd402dadc745ea5a2 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 16 May 2019 12:48:45 -0300 Subject: [PATCH] fix no show map --- src/js/osm-directive.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/osm-directive.js b/src/js/osm-directive.js index 3f02ad5..587a16a 100644 --- a/src/js/osm-directive.js +++ b/src/js/osm-directive.js @@ -3,7 +3,6 @@ angular.module('focaModalLocalizar').directive('osmDireccion', function() { restrict: 'E', link: function(scope, el, attrs) { var contenedor = document.createElement('div'); - contenedor.className = 'w-100 h-50 mt-3'; el.append(contenedor); scope.map = L.map(contenedor).setView([-32.89214159952345, -68.84572999101856], attrs.zoom); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(scope.map); -- 1.9.1