1
我試圖打開下降彈出,但它不工作打開彈出窗口,我試着角瓣葉指令:在降
$scope.$on('leafletDirectiveMarker.dragend', function(event,args){
args.model.focus = true;
});
和
$scope.$on('leafletDirectiveMarker.dragend', function(event,args){
$scope.markers.forEach(function(marker){
marker.focus = false;
});
args.model.focus = true;
});
這不是它應該如何工作,我怎麼能做到這一點?