Skip to content

Instantly share code, notes, and snippets.

@ocReaper
Created December 18, 2015 22:34
Show Gist options
  • Save ocReaper/2da6bcb418dbdbe55b81 to your computer and use it in GitHub Desktop.
Save ocReaper/2da6bcb418dbdbe55b81 to your computer and use it in GitHub Desktop.
Blob file download in Angular.js using $resource Part 4
<a target="_self" download="some.xlsx" ng-href="{{email.getUploadedFileUrl()}}">
Download
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment