Skip to content

Commit

Permalink
use wheel's game name and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChien committed Apr 6, 2016
1 parent 4eb4063 commit 56d37bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/controllers/wheel.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module("app").controller "WheelController", ($scope, $mdDialog, $stateParams, BlockchainAPI, Observer, Utils, Wallet, $rootScope, RpcService, Info, GameAPI, Growl) ->
$scope.game_name = 'dice'
$scope.chip_asset_name = 'DICE'
$scope.game_name = 'wheel'
$scope.chip_asset_name = 'WHEELS'
$scope.chip_asset = null
$scope.reveal_block_distance = 10

Expand Down

0 comments on commit 56d37bc

Please sign in to comment.