mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
4 lines
202 B
CoffeeScript
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
|