Как я могу передать параметр в onchange с помощью ng repeat, когда тип ввода - файл?
<input type="file" id="file-input" name="file" accept=".png"
onchange="angular.element(this).scope().uploadFile(this.files,
angular.element(this).scope().enterprise)"/>
ng-repeat ="enterprise in enterpriseList track by $index"