Skip to content

Commit

Permalink
Cleanup deck builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Veilleux-Gaboury committed Aug 23, 2015
1 parent 723e713 commit 276c8a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/deck_builder/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,5 @@ <h2>{{getTotalSelected()}} / {{maxCards}}</h2>
</td>
</tr>
</table>
<form>
<input ng-model="deckName" type="text" />
<input ng-click="saveDeck()" type="submit" value="Save Deck"/>
</form>
<ul>
<li ng-repeat="deck in savedDecks">
<a href ng-click="switchDeck(deck)">{{deck.name}}</a>
<input ng-click="deleteDeck(deck.name)" type="button" value="Delete"/>
</li>
</ul>
<input ng-show="enteringGame" ng-click="enterGame()" type="button" value = "Start game" />
<input ng-hide="enteringGame" ng-click="goBack()" type="button" value="Go back to lobby" />
</div>
</div>

0 comments on commit 276c8a1

Please sign in to comment.