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