Closed mbarqawi closed 8 years ago
@mbarqawi Whenever a node is selected, the _selectNode
method is called. So you need to select a node before seeing _selectNode
executed. By default no node is selected.
Concerning your binding, you are probably looking for something like
<span>{{selected_node.data.name}}</span>
Here is a working example similar to what you are trying to achieve
the selection is working as expected on Firefox but on chroum is not working it like the listeners for select event is not handled in the paper tree element
I'm sure that i have something wrong but I don't know where I can share my code with you if you have account on c9.io
See issue #2 May be related.
the _selectNode is not executed ,
this how I put it in my page