Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/group_page_controller.js.coffee
2020-05-25 13:52:56 +02:00

4 lines
202 B
CoffeeScript

Darkswarm.controller "GroupPageCtrl", ($scope, enterprises, Enterprises) ->
$scope.Enterprises = Enterprises
$scope.embedded_layout = window.location.search.indexOf("embedded_shopfront=true") != -1