mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
7 lines
212 B
CoffeeScript
7 lines
212 B
CoffeeScript
Darkswarm.controller "PageSelectionCtrl", ($scope, $location) ->
|
|
$scope.selected = ->
|
|
$location.path()[1..] || $scope.defaultPage
|
|
|
|
$scope.selectDefault = (selection) ->
|
|
$scope.defaultPage = selection
|