Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/authentication_controller.js.coffee
2014-05-06 18:28:20 +10:00

7 lines
271 B
CoffeeScript

Darkswarm.controller "AuthenticationCtrl", ($scope, AuthenticationService, SpreeUser)->
$scope.open = AuthenticationService.open
$scope.spree_user = SpreeUser.spree_user
$scope.active = AuthenticationService.active
$scope.select = AuthenticationService.select