Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/group_page_controller.js.coffee
2021-08-02 18:59:42 +01:00

4 lines
220 B
CoffeeScript

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