angular-simple-chat
angular-simple-chat copied to clipboard
AngularJS chat directive
If I made a pull request with configuration for the full datetime cutoff, would you release a new package version?
For my project I needed to prevent add the "fake" message with the "send" button until the "real" message had been created in the server. I want to you check...
I can not find how to delete messages. I thought re-assigning messages array, I could have solved but I couldn't. I just write down code in my thought. The question...
I'm not good at gulp and didn't get your config to load angular-sanitize for your tests. Im adding it with webpack so this little fix allows my chat to use...
https://docs.angularjs.org/error/$compile/ctreq?p0=simpleChat&p1=messageComposer I need some help here. am getting that error on my application how can i resolve this? Thanks.
How can I show the avatar and user name of incoming messages on left side like in the example image?
Hey guys, I want to make this chat windows to be hide-able like facebook chat. How can I do ? Thanks
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...