在我的要求文件上传不起作用。除文件上传外,所有验证都正常工作。请帮我解决这个问题
<input type="file" id="file" ng-model="file" required>
<button type="submit" class="btn btn-default" style="background-color: #00BCD4; color: #fff;" ng-click="myForm.$valid && submit()">Submit</button>
$scope.submit=function(){alert("hi");}