-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where upload function in demo? #523
Comments
Actually you are right the demo does not have that function.
|
doesn't work with meand i use https://github.com/formly-js/angular-formly to generate upload div. |
Can you create a jsfiddle to show the problem? |
I always get $upload is an unkown provider, upon searching, stackechange indicates the $upload has been renamed to FileUploader, however FileUploader.upload complains that upload is an invalid function http://stackoverflow.com/questions/25800833/angularjs-angular-file-upload-unknown-provider-uploadprovider-error |
@firecentaur this is a separate issue. |
fixed in version 3.0.0 |
ng-file-change="upload(files)" in demo i cannot find it in your demo and i can not use watch.
Thanks
The text was updated successfully, but these errors were encountered: