Скачать XML File ASP.NET WEB API и AngularJS

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