From cdef139eca0bccb8c2e7d37a2cd4d00aa231e563 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 18 Mar 2017 13:50:09 +0530 Subject: [PATCH] Fix links from js/ to app/ --- app/directives/directives.js | 2 +- app/directives/dynamic-chart/dynamic-chart.html | 2 +- app/todo.md | 10 +++++++--- index.html | 10 +++++----- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/app/directives/directives.js b/app/directives/directives.js index 3322551..c396161 100644 --- a/app/directives/directives.js +++ b/app/directives/directives.js @@ -347,7 +347,7 @@ app.directive("dynamicChart", function (d3Tip) { }; return { restrict: "EA", - templateUrl: "./js/directives/dynamic-chart/dynamic-chart.html", + templateUrl: "./app/directives/dynamic-chart/dynamic-chart.html", scope: { chartData: "=", chartAxisLabel: "=" diff --git a/app/directives/dynamic-chart/dynamic-chart.html b/app/directives/dynamic-chart/dynamic-chart.html index 69b10b2..a9cf8e5 100644 --- a/app/directives/dynamic-chart/dynamic-chart.html +++ b/app/directives/dynamic-chart/dynamic-chart.html @@ -3,7 +3,7 @@ - +
diff --git a/app/todo.md b/app/todo.md index e2acdda..61e494f 100644 --- a/app/todo.md +++ b/app/todo.md @@ -1,11 +1,15 @@ Left to do ========== -3. Move d3 and other src files to chart directive 2. Use better DnD logic and make it directive - better logic for draggable 4. Fix pie label position logic -5. Rename filters/services.js to actual thing name +3. clean up css file Done ----- --- 1. Make d3-tip a service \ No newline at end of file +-- 1. Make d3-tip a service +-- 3. Move d3 and other src files to chart directive [Not possible directly] + +Think later +============ +5. Rename filters/services.js to actual thing name \ No newline at end of file diff --git a/index.html b/index.html index 7bb651a..43538aa 100644 --- a/index.html +++ b/index.html @@ -60,11 +60,11 @@ - + - - - - + + + + \ No newline at end of file