Version 3.1.0
New feature #576 Allow custom function for ng-accept option: ng-accept="verify($file)"
Sample: http://jsfiddle.net/ne867k6d/
- Migration notes:
accept
attirbute for ng-file-select will not be used for rejecting files. It would only be used for the browser's file select popup to filter the file types. You need to useng-accept
if you intent to filter the files.