Angularjs提供下载的获取链接

时间:2016-01-20 19:08:57

标签: javascript angularjs window.open

我有一个像这样的div:

download

我的$scope.download = function(file) { $http.post("/fetch/file", {download_id: $stateParams.download_id, file: file }).success(function(data) { window.open(data); }); } 函数会返回一个准备好提供文件的URL。我的目标是打开网址。

window.open

window.location.assign(data);功能对弹出窗口拦截器不起作用,所以我想知道是否有人有任何建议。

我可以通过执行num = input("Enter num here") num = num / abs(num) 来解决此问题,但它仍会修改我在顶部的网址,而我却不会这样做。

0 个答案:

没有答案