小册子地图在bootstrap 3.6模态中没有正确显示

时间:2016-07-01 14:33:31

标签: angularjs twitter-bootstrap-3 modal-dialog geojson

当我尝试在我的模态中显示地图时,我得到了这个:

enter image description here

我的控制器angularJS中没有任何内容,这是我的html:

<leaflet lf-center="japan" geojson="geojson" geojson-nested="true" height="45vh"></leaflet>

1 个答案:

答案 0 :(得分:0)

试试这个:

$scope.newMeeting = function(session) {
  $('#meetingModal').modal('show');
  map.invalidateSize(); // add this to your existing code
};