I download a file using below code in AngularJS
$scope.download = function (row) { var url = row.entity.downloadUrl; window.open(url, "_