mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
8 lines
318 B
CoffeeScript
8 lines
318 B
CoffeeScript
Darkswarm.controller "AuthenticationCtrl", ($scope, AuthenticationService, SpreeUser)->
|
|
$scope.open = AuthenticationService.open
|
|
$scope.toggle = AuthenticationService.toggle
|
|
|
|
$scope.spree_user = SpreeUser.spree_user
|
|
$scope.active = AuthenticationService.active
|
|
$scope.select = AuthenticationService.select
|