vatModule.directive('vatPreviewInvoiceData', ['$log', 'browserService', '$translate', 'region', '$timeout', function ($log, browserService, $translate, region, $timeout) { $log.debug('vatPreviewInvoiceData.ctor()...'); return { restrict: 'E', templateUrl: '/app/vat/preview/vat-preview-invoice-data/vat-preview-invoice-data.html' + '?_=' + Math.random(), scope: {}, controller: 'VatPreviewInvoiceDataController', link: function ($scope, element) { } } } ]);