2017-12-08 08:53:26 -06:00
|
|
|
<div class="sidenav">
|
|
|
|
<aside class="sidenav__aside">
|
2017-12-02 00:05:58 -06:00
|
|
|
<h2>
|
|
|
|
<i class="fa fa-cog"></i>
|
|
|
|
Settings
|
|
|
|
</h2>
|
|
|
|
|
2017-12-01 14:04:48 -06:00
|
|
|
<ul class="edit-sidemenu">
|
|
|
|
<li ng-class="{active: ctrl.viewId === section.id}" ng-repeat="section in ctrl.sections">
|
2017-12-08 08:53:26 -06:00
|
|
|
<a href="{{::section.url}}">
|
2017-12-01 14:04:48 -06:00
|
|
|
{{::section.title}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</aside>
|
|
|
|
|
2017-12-08 08:53:26 -06:00
|
|
|
<div class="sidenav__content" ng-if="ctrl.viewId === 'settings'" ng-include="'public/app/features/dashboard/partials/settings.html'">
|
2017-12-01 14:04:48 -06:00
|
|
|
</div>
|
|
|
|
|
2017-12-08 08:53:26 -06:00
|
|
|
<div class="sidenav__content" ng-if="ctrl.viewId === 'annotations'" ng-include="'public/app/features/annotations/partials/editor.html'">
|
2017-12-01 14:04:48 -06:00
|
|
|
</div>
|
|
|
|
|
2017-12-08 08:53:26 -06:00
|
|
|
<div class="sidenav__content" ng-if="ctrl.viewId === 'templating'">
|
2017-12-01 14:04:48 -06:00
|
|
|
annotations
|
|
|
|
</div>
|
2017-12-08 07:32:15 -06:00
|
|
|
</div>
|
2017-12-01 14:04:48 -06:00
|
|
|
|
|
|
|
|