2019-10-02 12:12:17 +00:00
|
|
|
<section class="add-item" ng-click="$ctrl.onAdd(null, $ctrl.items)" >
|
|
|
|
<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>
|