mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
5 lines
305 B
CoffeeScript
5 lines
305 B
CoffeeScript
angular.module("ofn.admin").directive "ofnFetchProviderPrefs", ($http) ->
|
|
link: (scope, element, attrs) ->
|
|
element.on "change blur", ->
|
|
scope.$apply ->
|
|
scope.include_html = "/admin/payment_methods/#{attrs.ofnFetchProviderPrefs}/show_provider_preferences?provider_type=#{element.val()}" |