Laden Sie die XML -Datei ASP.NET -Web -API und AngularJS herunter

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