mcbjam

Resultados 1 preguntas formuladas por mcbjam

Tengo una directiva, aquí está el código: .directive('map', function() { return { restrict: 'E', replace: true, template: '<div></div>', link: function($scope, element, attrs) { var center = new google.maps.LatLng(50.1, 14.4); $scope.map_options