mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
Fix links from js/ to app/
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user