Baixe a API da Web ASP.NET ASP.NET e AngularJs
$scope.downloadFile = function(downloadPath) {
window.open(downloadPath, '_blank', '');
}
Code with bulbul
$scope.downloadFile = function(downloadPath) {
window.open(downloadPath, '_blank', '');
}