mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
9 lines
203 B
CoffeeScript
9 lines
203 B
CoffeeScript
Darkswarm.directive "linkToService", ->
|
|
restrict: 'E'
|
|
replace: true
|
|
scope: {
|
|
ref: '='
|
|
service: '='
|
|
}
|
|
template: '<a href="{{ref | ext_url: service}}" target="_blank" ng-show="ref"></a>'
|