How to delete a row in angular js?



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

Post New Answer

More AngularJS Interview Questions

What is the difference between angular and jquery?

1 Answers  


Explain class and inheritance in js?

1 Answers  


What are pipes in angular 2?

1 Answers  


What is the use of bearer token?

1 Answers  


What is Dependency Injection in Angular 4?

1 Answers  


How to find the index counter in ng-repeat angular js?

1 Answers  


What is injector tree?

1 Answers  


What is event distner and host distner in angular?

1 Answers  


What is forms in angular?

1 Answers  


What is @inputs in angular 2?

1 Answers  


Explain ng-init directive angularjs?

1 Answers  


What is difference between structural and attribute directives?

1 Answers  


Categories