From 1b273e7d4c83883709ee2388ba8c9015ac8b5ec3 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 18 Mar 2017 12:32:19 +0530 Subject: [PATCH] Fix to relative path - part 2 --- js/directives/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives/directives.js b/js/directives/directives.js index bc73573..36eff02 100644 --- a/js/directives/directives.js +++ b/js/directives/directives.js @@ -347,7 +347,7 @@ app.directive("dynamicChart", function () { }; return { restrict: "EA", - templateUrl: "/js/directives/dynamic-chart/dynamic-chart.html", + templateUrl: "./js/directives/dynamic-chart/dynamic-chart.html", scope: { chartData: "=", chartAxisLabel: "="