435f15ec6a
* refactor(host): convert fileUploader to es6 * refactor(agent): rename main file
4 lines
215 B
HTML
4 lines
215 B
HTML
<button ngf-select="$ctrl.onFileSelected($file)" class="btn ng-scope" button-spinner="$ctrl.state.uploadInProgress">
|
|
<i style="margin: 0;" class="fa fa-upload" ng-if="!$ctrl.state.uploadInProgress"></i>
|
|
</button>
|