Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Aaron's user avatar
  • 2,403
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 ...
Akinsanya Olanrewaju's user avatar