this is my code for delete particular row in table on form in angular.
its working but not properly. Problem is when i click on delete button only pop ups comes.after that nothing happens. when i refresh my page on refresh that particular row deletes.
So everytime i have to refresh page to see delete works or not? How to solve this issue so i dont have to refresh my page evertytime after delete something.
<a ng-click="deleteInfo(detail)" onclick="return confirm('Are you sure
you wish to delete this Record?');">