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