duplicati/Duplicati/Server/webroot/ngax/scripts/directives/externalLink.js

10 lines
220 B
JavaScript

backupApp.directive('externalLink', function() {
return {
restrict: 'E',
transclude: true,
scope: {
link: '=link',
title: '=title'
},
templateUrl: 'templates/externallink.html'
}});