Khoo 0 Newbie Poster

Currently I'm using xampp, and creating chat-app with AngularJS and integrated with Laravel framework. My AngularJS front-ends is actually placed in Laravel's views folder. And the back-ends stuff (Angular's controller, services) placed in public/app folder. I try to integrate chat-app template (front-end) into my video template.

So it's actually a video page and right-side will be live-chat server integrated. First I try to create a chat-room front-end embed right beside my video... The creation of chatroom (front-end) didn't works well. The button not functioning at all. There is no error in the page seen by eyes. But when I try to use the Google Chrome's console, error can be found in HERE.

Again, the problem is the front-end works well, but the button not functioning, the error just pop out when I refresh.

My video page link is http://localhost:9090/video/{slug}/
My controller file loaded from http://localhost:9090/video/partials/chat-rooms

I don't want to shows my codes here, I already posted to stackoverflow at HERE.