Currently the label or children attribute has to be a direct property of the node.
<div ivh-treeview="model" ivh-treeview-label-attribute="'name'" </div>
Being able to access nested object properties would be useful
<div ivh-treeview="model" ivh-treeview-label-attribute="'data.name'" </div>
I'm interested to work on the attributes