krystiangw / angular-filepicker-example

Example angular project using filepicker.io javascript library for file uploading
1 stars 0 forks source link

Needs updating for v2 of filepicker #2

Open bluee opened 9 years ago

bluee commented 9 years ago

Needs updating for v2 of filepicker

krystiangw commented 9 years ago

To update to v2 all you need is replace /v1 by /v2 in the filepicker script url in index.html file: https://github.com/krystiangw/angular-filepicker-example/blob/master/src/index.html#L44

Also please check new created filepicker-angular library. It supports all filepicker.js features.