mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
4 lines
167 B
CoffeeScript
4 lines
167 B
CoffeeScript
window.SidebarCtrl = Darkswarm.controller "SidebarCtrl", ($scope, $location) ->
|
|
$scope.active = ->
|
|
$location.path() == "/login" || $location.path() == "/signup"
|