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

ngf-drop error: upload.attrGetter is not a function #2038

Open shokri opened 6 years ago

shokri commented 6 years ago

I've got a problem with ngf-drop

Html <div ngf-drop="uploadFiles(files)" ng-model="files" ngf-multiple="true" ngf-pattern="'image/*,application/pdf'" ngf-accept="'image/*'" class="box u-area"></div>

Error untitledd