Skip to content

Commit 56246d1

Browse files
committed
change tooltiptemplate path
1 parent 6bd0b6f commit 56246d1

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Diff for: .idea/workspace.xml

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<script id="tooltipTemplate" type="text/x-kendo-template">
4343
# var node = getNode(target) #
4444
<div id='testId' class='testClass' style='font-size:15px; color:black; background-color:white;'>
45-
<p>#= foo.Title #</p>
45+
<p>#= node.Title #</p>
4646
</div>
4747
</script>
4848
<script src="bower_components/lodash/dist/lodash.js"></script>
@@ -59,7 +59,7 @@
5959
visible: true,
6060
target: "#chart",
6161
filter: "g[data-node-id]",
62-
content: kendo.template($("#template").html())
62+
content: kendo.template($("#tooltipTemplate").html())
6363
};
6464
$scope.getNode = function($target){
6565
var nodeId = $target.data('nodeId');

0 commit comments

Comments
 (0)