vatDashboardModule.directive('summaryDashboardConfig', ['$log', function ($log) { 'use strict'; return { restrict: 'E', templateUrl: '/app/vat/dashboard/vat-summary-dashboard-config/vat-summary-dashboard-config.html' + '?_=' + Math.random(), scope: { model: '=?', externalDataSource: '=?' }, controller: 'SummaryDashboardConfigController', link: function (scope, element) { } }; } ]);