frameworkModule.directive("dashboardDeferredTaxAnalysisConfig", [function () { 'use strict'; return { restrict: "A", templateUrl: "/app/dashboard/deferred-tax-analysis/config/config.html", replace: true, scope: {}, controller: "dashboardDeferredTaxAnalysisConfigController", link: function ($scope, $element, $attr) { } }; }]);