$scope.editItem = function(index) { $scope.amount = $scope.items[index].amount; $scope.description = $scope.items[index].description; $scope.deleteItem(index); }