Turns out the bug was caused by using $index in an ng-repeat . ... $scope.remove = function(index) { var item = $scope.items[index]; ...
確定! 回上一頁