angular.forEach(objects, function (object) { // wait for this to resolve and after that move to next object doSomething(object); }); ...
確定! 回上一頁