OpenFn/OpenFn-Site

View on GitHub
app/assets/javascripts/the_bridge_ng/resources/mappings/odk_form_field.js.coffee

Summary

Maintainability
Test Coverage
@resourceModule.factory 'OdkFormField', ['$resource', ($resource) ->
  $resource "/mappings/:mapping_id/odk_fields/:id", {mapping_id: "@mapping_id", id: "@id"},
    update:
      method: "PUT"
]