How to delete a row in angular js?
Answer / Arun Pant
To delete a row in AngularJS, you can bind the 'ng-click' event to a function that removes the corresponding item from your data array. After removing the item, use $scope.$apply() to update the view.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between angular and jquery?
Explain class and inheritance in js?
What are pipes in angular 2?
What is the use of bearer token?
What is Dependency Injection in Angular 4?
How to find the index counter in ng-repeat angular js?
What is injector tree?
What is event distner and host distner in angular?
What is forms in angular?
What is @inputs in angular 2?
Explain ng-init directive angularjs?
What is difference between structural and attribute directives?