5 lines
487 B
Plaintext
5 lines
487 B
Plaintext
.room-item{"ng-repeat" => "room in rooms", "ng-click" => "selectRoom(room)"}
|
|
%span {{room.name}}
|
|
.room-container.panel-right{"ng-if" => "room.show && room.active", "ng-attr-id" => "room-{{room.uuid}}"}
|
|
%iframe.room-iframe{"ng-src" => "{{componentManager.urlForComponent(room) | trusted}}", "frameBorder" => "0", "sandbox" => "allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-modals", "data-component-id" => "{{room.uuid}}"}
|