danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

The upload function is not triggered when ng-file-upload is used inside a ng-repeat #2136

Open kentmz opened 4 years ago

kentmz commented 4 years ago

I have a scenario where the ng-file-upload is inside an ng-repeat. When you try to upload a file, the $scope.upload and the watch are not triggered. Please check out this fiddle:

http://jsfiddle.net/c8Lybgve/