Created
August 23, 2015 18:48
-
-
Save rotemtam/baf33e979da0fed0f7a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="jumbotron"> | |
<h1>Let's play trivia.</h1> | |
<p class="lead"> | |
In real time! | |
</p> | |
<p><a ng-if="!creatingGame" class="btn btn-lg btn-success" ng-click="newGame()">Start new Game</a></p> | |
<p><a ng-if="creatingGame" ng-disabled="true" class="btn btn-lg btn-success" ng-click="newGame()">Creating game..</a></p> | |
<p><a class="btn btn-lg btn-success" ng-href="#/player">Join Existing Game</a></p> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment