fix(demo): improve dashboard and ui features pages

This commit is contained in:
KostyaDanovsky 2017-07-20 18:13:11 +03:00
parent 8127f98f3c
commit b10e5e9ae5
20 changed files with 158 additions and 158 deletions

View file

@ -56,7 +56,7 @@ export class RoomSelectorComponent {
};
constructor() {
this.sortRooms();
this.selectRoom('2');
}
private sortRooms() {
@ -71,7 +71,7 @@ export class RoomSelectorComponent {
});
}
roomSelected(roomNumber) {
selectRoom(roomNumber) {
this.selectedRoom = roomNumber;
this.sortRooms();
}