mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
6 lines
212 B
CoffeeScript
6 lines
212 B
CoffeeScript
angular.module("ofn.admin").factory 'Enterprises', (my_enterprises, all_enterprises) ->
|
|
new class Enterprises
|
|
constructor: ->
|
|
@my_enterprises = my_enterprises
|
|
@all_enterprises = all_enterprises
|