My Node server is sending a file in response to parameters submitted by the angular controller using angular service.
Here's how my node server is doing that: Node js export generated json as file
It works with get request sent by browser. But how do i save (download) it when it is received by the angular controller?