I'm trying to send a comment and is displayed instantly on the modal window.
I used this logic for send data from ng-repeat to modal.
Also, when I open the modal inside there is a ng-repeat with the comments of the post. When I try to post a new comment is not displayed instantly in the queue for comment.
I'm trying to send a comment and is displayed instantly on the modal window. I used this logic for send data from ng-repeat to modal.
Also, when I open the modal inside there is a ng-repeat with the comments of the post. When I try to post a new comment is not displayed instantly in the queue for comment.
The form into ngDialog
You need to reload the page for comments is updated, and that is very bad for the practice of user. Any ideas?