I'am trying to clear an input with img scr base64 after submit action called, but it's not clear the input! my html:
<div class="form-group">
<label>Photo</label>
<input mds-file type="file" file="mealData.img" base64="y" required>
<img src="{{y}}" style="display: block;margin: auto">
</div>
my controllers:
$scope.y="";
$scope.$apply();