Comment display is ng-repeat, comment in comments.
There is a function to delete comments. After ng-click, the comment is passed to the delete function, and then the comment is deleted from comments. How should the delete statement be written?
Thank you!
html
js