I currently have an array containing the following elements:
$scope.users = [{"id": "1", "name": "Jai Rajput"}, {"id":"2", "name": "Nakul Sharma"}, {"id": "3", "Name": "Lovey Rajput"}]
My goal now is to efficiently update
and delete
items in this particular Array
.