Descargue el archivo XML ASP.NET Web API y AngularJS

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