$ q.all not catch解析发送请求数组?

时间:2017-08-17 09:46:41

标签: angularjs

我使用$ q.all发送请求承诺数组,一段时间它正常工作并返回.then(),但其他时间用于相同的代码和相同的场景$ q.all发送请求(也请求正确的工具)但不返回.then()。

我使用angularjs 1.5.3

       requests = requests.map((request) => { return request.submit();

        $q.all(requests).then((result) => {
            console.log(result);
        }).catch(()=>{
       }).finally(()=>{});

0 个答案:

没有答案