angular-adminlte icon indicating copy to clipboard operation
angular-adminlte copied to clipboard

Error submenu treeview

Open yenop opened this issue 10 years ago • 0 comments

Hello, I can not operate the menu to submenu treeview.

In sideBar.html :

    <ul class="treeview-menu" ng-if="menu.children">
        <li ng-repeat="child in menu.children" ng-show="child.active">
            <a ui-sref="{{child.state}}"><i class="{{child.class}}"></i>{{child.text}}</a>
        </li>
    </ul>

yenop avatar Jan 13 '15 20:01 yenop