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: "="
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="./js/directives/dynamic-chart/dynamic-chart.css">
<link rel="stylesheet" href="./app/directives/dynamic-chart/dynamic-chart.css">
</head>
<body>
<div class="chart-selector-container">