我已经使用angular-ui-bootstrap实现了blueimp文件上传。
$modal.open({
templateUrl: '/Scripts/app/upload-panel/upload-panel.html',
controller: function ($scope, $modalInstance, $log) {
$scope.cancel = function () {
$modalInstance.dismiss('cancel');
};
},
});
它工作正常,但问题是我无法拖动文件,直到模态变为活动状态。 模态对话框中是否有任何选项只传递保存上传面板html的div ID 所以使用角度ui bootstrap $ modal服务我可以显示和隐藏。 当我将文件拖放到文档上时,它会显示带有删除文件的模态对话框