Wip
This commit is contained in:
@@ -20,6 +20,10 @@ class RoomBar {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$scope.selectRoom = function(room) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
.room-item{"ng-repeat" => "room in rooms"}
|
.room-item{"ng-repeat" => "room in rooms", "ng-click" => "selectRoom(room)"}
|
||||||
{{room.name}}
|
{{room.name}}
|
||||||
|
|||||||
Reference in New Issue
Block a user