mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 21:52:01 +00:00
Fix to relative path - part 2
This commit is contained in:
@@ -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: "="
|
||||||
|
|||||||
Reference in New Issue
Block a user