diff --git a/static/js/directives/roombar.js b/static/js/directives/roombar.js index 82579ddf..8cccef52 100644 --- a/static/js/directives/roombar.js +++ b/static/js/directives/roombar.js @@ -27,14 +27,14 @@ define(['underscore', 'text!partials/roombar.html'], function(_, template) { //console.log("roomBar directive link", arguments); $scope.newroomid = $rootScope.roomid; - $scope.hideRoomBar = true; + $scope.layout.roombar = false; $scope.save = function() { var roomid = mediaStream.changeRoom($scope.newroomid); if (roomid !== $rootScope.roomid) { $scope.roombarform.$setPristine(); } - $scope.hideRoomBar = true; + $scope.layout.roombar = false; }; $scope.hitEnter = function(evt) { diff --git a/static/partials/roombar.html b/static/partials/roombar.html index 519d817c..4f6ce8ec 100644 --- a/static/partials/roombar.html +++ b/static/partials/roombar.html @@ -1,5 +1,5 @@ -
- +
+