|
|
|
@ -37,7 +37,6 @@ define(['text!partials/page.html', 'text!partials/page/welcome.html'], function(
@@ -37,7 +37,6 @@ define(['text!partials/page.html', 'text!partials/page/welcome.html'], function(
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
scope.$on("room", function(event, room) { |
|
|
|
|
console.log("aaa roomStatus", room !== null ? true : false); |
|
|
|
|
scope.initialized = true; |
|
|
|
|
scope.room = room !== null ? true : false; |
|
|
|
|
scope.refresh(); |
|
|
|
|