openfoodfoundation/openfoodnetwork

View on GitHub
app/assets/javascripts/admin/enterprises/services/enterprise.js.coffee

Summary

Maintainability
Test Coverage
angular.module("admin.enterprises")
  # Populate Enterprise.enterprise with enterprise json array from the page.
  .factory 'Enterprise', (enterprise) ->
    new class Enterprise
      enterprise: enterprise