salix/front/core/components/treeview/index.html

13 lines
318 B
HTML
Raw Normal View History

2018-11-12 10:31:58 +00:00
<div>
<ul>
<li ng-repeat="item in $ctrl.data">
<a href="">
<vn-icon icon="keyboard_arrow_down"></vn-icon>
<span>{{::item.name}}</span>
<section style="float:right">
icons</section>
</a>
</li>
</ul>
</div>