angularJS拖动marker时popup一直显示

 $scope.$on('leafletDirectiveMarker.drag', function(event, arg) {
        arg.leafletObject.openPopup();
});

原文地址:https://www.cnblogs.com/TTonly/p/10349957.html