I have the following object:
"file": "https://www.example.com/file.zip",
Which I set like this:
$scope.building.file
and display like this:
<input class="form-control" type="file" ng-model="building.file">
ng-model="{{building.file}} this part, though, doesn't work. How can I display the name of the file in that input file tag?