Asked • 03/18/19

How do I delete an item or object from an array using ng-click?

I am trying to write a function that enables me to remove an item when the button is clicked but I think I am getting confused with the function - do I use `$digest`?HTML & app.js:
  • {{bday.name}} | {{bday.date}}

    Delete
$scope.remove = function(){ $scope.newBirthday = $scope.$digest(); };

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.