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