mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
208 B
CoffeeScript
6 lines
208 B
CoffeeScript
angular.module("admin.enterprises")
|
|
# Populate Enterprise.enterprise with enterprise json array from the page.
|
|
.factory 'Enterprise', (enterprise) ->
|
|
new class Enterprise
|
|
enterprise: enterprise
|