All Questions
Tagged with angular-file-upload angularjs-scope
2 questions
2
votes
1
answer
85
views
How to pass data from function to angular controller scope
I stuck at this problem for days.
I use angular file upload to upload image.
I can upload the image to the server, and I can get the response image url from the server back.
But I can't get the ...
1
vote
0
answers
232
views
How to have access to directive scope value from my main controller
Web API file Upload with AngularJS - https://code.msdn.microsoft.com/AngularJS-with-Web-API-22f62a6e#content
This tutorial upload selected files to the server but there is no way to get the selected ...