mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
7 lines
206 B
CoffeeScript
7 lines
206 B
CoffeeScript
Darkswarm.controller "PagesetCtrl", ($scope, $location) ->
|
|
$scope.selected = ->
|
|
$location.path()[1..] || $scope.defaultPage
|
|
|
|
$scope.selectDefault = (selection) ->
|
|
$scope.defaultPage = selection
|