This commit is contained in:
Mo Bitar
2017-12-21 12:52:10 -06:00
parent 81b392bdaa
commit 2bc52578e0
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ class RoomBar {
})
});
$scope.selectRoom = function(room) {
}
}

View File

@@ -1,2 +1,2 @@
.room-item{"ng-repeat" => "room in rooms"}
.room-item{"ng-repeat" => "room in rooms", "ng-click" => "selectRoom(room)"}
{{room.name}}