没有使用ngmap和angularjs查看完整地图

时间:2015-08-12 22:47:08

标签: angularjs ng-map

我正在使用ngmap,我提出了你在图片中看到的问题 enter image description here

我的代码:



wrap_content

var app = angular.module('dv', ['ngMap'])

app.controller('MC', function($scope){
  
    $scope.$on('mapInitialized', function(event, map) {
        google.maps.event.trigger(map,'resize');
    });
  
})




1 个答案:

答案 0 :(得分:1)