<select class="input-group-sm form-control">
<option>{{xx}}</option>
</select>
<input -sharpfileSelect type="file" ng2FileSelect [uploader]="uploader" (change)="bb($event)" />
<button class="btn-font-size btn btn-primary btn-block" (click)="aaa()" [disabled]="!uploader.getNotUploadedItems().length">
<span class="glyphicon glyphicon-upload"></span>Upload
</button>
situation restore:
I first select a file, then click select to select a value, and find that upload button is invalid.
is there a great god who can help?