Skip to content

Commit

Permalink
change default room to mine
Browse files Browse the repository at this point in the history
  • Loading branch information
axe-me committed Feb 29, 2016
1 parent 9c94a7a commit a6206ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/chat_room/chat.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function ChatController($scope, $rootScope, chatService, $interval, util) {

angular.extend($scope, {
isOpenDial: false,
roomAddr: "http://www.douyutv.com/wt55kai",
roomAddr: "http://www.douyutv.com/shanex",
startGetMsg: startGetMsg,
roomInfoStatus: chatService.roomInfoStatus,
roomInfo: chatService.roomInfo,
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function ChatController($scope, $rootScope, chatService, $interval, util) {

angular.extend($scope, {
isOpenDial: false,
roomAddr: "http://www.douyutv.com/wt55kai",
roomAddr: "http://www.douyutv.com/shanex",
startGetMsg: startGetMsg,
roomInfoStatus: chatService.roomInfoStatus,
roomInfo: chatService.roomInfo,
Expand Down

0 comments on commit a6206ed

Please sign in to comment.