<div class="col-md-12">
<div id="location-upload-file" method="post" class="dropzone" enctype="multipart/form-data"></div>
</div>
<button type="button" id="clear-dropzone1" ng-click"clear();">clear</button>
在Controller中,我具有基本功能以及拖放区的基本配置
$scope.clear = function(){
//code
}
如何在单击按钮时清除放置区域对象?