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