Fix to relative path - part 2

This commit is contained in:
2017-03-18 12:32:19 +05:30
parent 17d5889ed9
commit 1b273e7d4c
+1 -1
View File
@@ -347,7 +347,7 @@ app.directive("dynamicChart", function () {
}; };
return { return {
restrict: "EA", restrict: "EA",
templateUrl: "/js/directives/dynamic-chart/dynamic-chart.html", templateUrl: "./js/directives/dynamic-chart/dynamic-chart.html",
scope: { scope: {
chartData: "=", chartData: "=",
chartAxisLabel: "=" chartAxisLabel: "="