angular-simple-chat
angular-simple-chat copied to clipboard
Auto receive when has new messages
Hey guy,
I cannot get the new message when another users input chat to me .
I have trived this methond, but it doesn't work
$scope.$on('simple-chat-message-posted', function () { console.log("Message from Sopheak"); });
Please help me!!!!
thank you