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