I'm using this to allow the user to select and upload a file:
<input id="fileInput" type="file" ng-file-select="onFileSelect($files)">
This correctly show:
When user clicks 'Upload', I upload the file.
When the user clicks 'Remove', how do I clear out the file name?