为了账号安全,请及时绑定邮箱和手机立即绑定

angularjs 数组合并

angularjs 数组合并

小轩1986 2016-06-28 14:24:05
为什么quest.answer就是出不来,我只想把数组array中的answer放入数组questions中,两个数组相关联的array数组的cid 和question的id值是相等的html<tr ng-repeat="quest in questions>            <td ng-bind="quest.q_number"></td>            <td ng-bind="quest.answer"></td></tr>js $scope.questions = [];          $scope.last_questions = [];     $http.get('{{ action('xxxx@getAjaxQuestions') }}').then(function(response) {        $scope.questions = response.data.questions;        $scope.array = response.data.array;           for(var i = 0; i<$scope.last_questions.length; i++){           var temp = {};           $scope.temp.id =  $scope.array[i].cid;           $scope.temp.q_number = $scope.array[i].answer;              questions.push(temp);         }      }, function(response) {      });
查看完整描述

2 回答

?
Deity0

TA贡献4条经验 获得超0个赞

我觉得是因为没有.answer这个属性

查看完整回答
反对 回复 2016-08-04
  • 2 回答
  • 0 关注
  • 1976 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信