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