1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00
2016-03-23 18:39:41 +01:00

8 lines
188 B
CoffeeScript

'use strict'
Application.Controllers.controller "DashboardController", ["$scope", 'memberPromise', ($scope, memberPromise) ->
## Current user's profile
$scope.user = memberPromise
]