SyntaxFix
Write A Post
Hire A Developer
Questions
change your method to:
$scope.toggleChecked = function (index) { $scope.checked.push($scope.items[index]); $scope.items.splice(index, 1); };
Working Demo