diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/chat_driver.jsp b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/chat_driver.jsp
index f7449b184c55d876abd3a0da0221818ab1eacd64..d276b75aad5ae3ab6f7984a6342231359aefb6f8 100644
--- a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/chat_driver.jsp
+++ b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/chat_driver.jsp
@@ -74,7 +74,7 @@
                 if ($scope.chatText.length !== 0) {
                     $scope.chatList.push({
                         from: 'me',
-                        text: this.chatText
+                        text: $scope.chatText
                     });
                 }