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

12 lines
296 B
HTML
Raw Normal View History

2019-10-04 05:41:24 +00:00
<section class="add-item" ng-click="$ctrl.onCreate(null, $ctrl.items)" >
2019-10-02 12:12:17 +00:00
<vn-icon-button
icon="add_circle">
</vn-icon-button>
<span class="description" translate>
Create new one
</span>
</section>
2019-10-02 07:54:52 +00:00
<vn-treeview-childs
2019-10-02 12:12:17 +00:00
items="$ctrl.items">
2019-10-02 07:54:52 +00:00
</vn-treeview-childs>