OpenFn/OpenFn-Site

View on GitHub
app/assets/javascripts/openfn/mappings/directives/ProductSelector.js.coffee

Summary

Maintainability
Test Coverage
OpenFn.Mappings.directive 'productSelector', ->
  restrict: 'E'
  templateUrl: '/templates/mappings/product_selector.html'
  scope:
    mapping: '='
    newProfileAction: '='
       destinationProfiles: '='
       sourceProfiles: '='