let loadMapDataPromise = function() { indexHttpService.getDataPromise().then(function(res) { $scope.markerArr=res.Data; }); }; loadMapDataPromise(); console.log($scope.markerArr); console.log($scope);为什么在函数外面打印$scope.markerArr是undefined 呢?但是我在下面试着打印$scope,出来的$scope 上面有markerArr这个数组啊??
添加回答
举报
0/150
提交
取消