Fix links from js/ to app/

This commit is contained in:
2017-03-18 13:50:09 +05:30
parent 01eece8711
commit cdef139eca
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -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: "="