|
@@ -34,6 +34,9 @@
|
|
|
<hr>
|
|
|
</div>
|
|
|
<div ng-if="game.roundRunning()">
|
|
|
+ <h3 ng-show="game.isPlayer()">you are the giver</button>
|
|
|
+ <h3 ng-show="game.isMonitor()">you are a monitor</button>
|
|
|
+ <h3 ng-show="game.isGuesser()">you are a guesser</button>
|
|
|
<button class="btn" ng-show="game.isPlayer()" ng-click="game.pass()">Pass</button>
|
|
|
<button class="btn" ng-show="game.isMonitor()" ng-click="game.taboo()">Uh-uh!</button>
|
|
|
<button class="btn" ng-show="game.isMonitor() || game.isPlayer()" ng-click="game.correct()">Correct</button>
|