citModule.directive('citPreviewAccountVoucher', ['$log','browserService','$translate', function ($log, browserService, $translate) { $log.debug('citPreviewAccountVoucher.ctor()...'); return { restrict: 'E', templateUrl: '/app/cit/preview/vat-preview-accountVoucher/vat-preview-accountVoucher.html' + '?_=' + Math.random(), scope: { }, controller: 'citPreviewAccountVoucherController', link: function ($scope, element) { } }; } ]);