openfoodfoundation/openfoodnetwork

View on GitHub
app/assets/javascripts/admin/enterprises/controllers/new_enterprise_controller.js.coffee

Summary

Maintainability
Test Coverage
angular.module("admin.enterprises").controller 'NewEnterpriseController', ($scope, defaultCountryID) ->
  $scope.Enterprise =
    address:
      country_id: defaultCountryID
      state_id: null