Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@danialfarid danialfarid released this 01 Mar 17:55
· 596 commits to master since this release

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 use ng-accept if you intent to filter the files.