I am trying to use AngularJS in my application and have been successful to some extent.
I am able to fetch data and display it to the user. And I have a button in
The deleteRecord method should be assigned in the current and correct scope
deleteRecord
$scope.deleteRecord = function(){ ....