harbor/static/ng/resources/js/components/details/switch-pane-projects.directive.html

5 lines
334 B
HTML

<div class="switch-pane-projects" ng-switch="vm.open">
<a href="#" ng-click="vm.switchPane()">//vm.projectName//</a>
<span ng-switch-default class="glyphicon glyphicon-triangle-right" style="font-size: 12px;"></span>
<span ng-switch-when="true" class="glyphicon glyphicon-triangle-bottom" style="font-size: 12px;"></span>
</div>