Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49183

How to delete the selected check-box items from the list

$
0
0

@Rudhra wrote:

Hi Im using ionic for first time , actually Im trying to display the contact list from user and which the user will select few contacts say 5 and will delete it using "single" delete button. I tried it but it is deleting the first added and next added in list, but not the contact I selected through check-box. Please help me to achieve it. Im breaking my head.



{{y}}
Delete









Home
Add

$scope.add=function(phone){
$scope.phonelist.push($scope.phone);
$scope.phone='';
}

      $scope.remove=function(index){
      $scope.phonelist.splice(index,1);
      }

}]);

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49183

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>