1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-01 23:29:23 +01:00

10 lines
207 B
CoffeeScript
Raw Normal View History

2016-07-18 18:16:54 +02:00
'use strict'
Application.Controllers.controller "WalletController", ['$scope', 'walletPromise', ($scope, walletPromise)->
### PUBLIC SCOPE ###
## current user wallet
$scope.wallet = walletPromise
]