Téléchargez ASP.NET Web ASP.NET API et ANGULLADJS

$scope.downloadFile = function(downloadPath) { 
    window.open(downloadPath, '_blank', '');  
}
Code with bulbul