Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/sidebar_controller.js.coffee

7 lines
218 B
CoffeeScript

window.SidebarCtrl = Darkswarm.controller "SidebarCtrl", ($scope, $location) ->
$scope.sidebarPaths = ["/login", "/signup", "/forgot", "/account"]
$scope.active = ->
$location.path() in $scope.sidebarPaths