$scope.func = function(thisIndex,preIndex){ var thisIndexDataName = $scope.dataList[thisIndex].dataName;//当前这"/> $scope.func = function(thisIndex,preIndex){ var thisIndexDataName = $scope.dataList[thisIndex].dataName;//当前这">
Heim >Web-Frontend >js-Tutorial >Angular $index ruft die vorherigen Daten von ng-repeat ab
<div ng-repeat=<span style="color: #800000">"</span><span style="color: #800000">item in dataList</span><span style="color: #800000">"</span> ng-click=<span style="color: #800000">"</span><span style="color: #800000">func($index,$index-1)</span><span style="color: #800000">"</span>></div>
$scope.func =<span style="color: #000000"> function(thisIndex,preIndex){ </span><span style="color: #0000ff">var</span> thisIndexDataName = $scope.dataList[thisIndex].dataName;<span style="color: #008000">//</span><span style="color: #008000">当前这条数据对应dataName</span> <span style="color: #0000ff">var</span> preIndexDataName = $scope.dataList[preIndex].dataName;<span style="color: #008000">//</span><span style="color: #008000">上一条数据里对应的dataName</span> }
Das obige ist der detaillierte Inhalt vonAngular $index ruft die vorherigen Daten von ng-repeat ab. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!