AngularJS $http 同步處理 ... 今天在修改angularjs踩到顆地雷 ... var items = new Array(); $http.get(URL).then(function(data) { items = data; } ...
確定! 回上一頁