mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
177 B
CoffeeScript
6 lines
177 B
CoffeeScript
Darkswarm.controller "AuthenticationActionsCtrl", ($scope, Navigation, storage, Sidebar) ->
|
|
$scope.Sidebar = Sidebar
|
|
|
|
$scope.toggle = (path)->
|
|
Navigation.navigate(path)
|