Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/46#discussion_r73237831
--- Diff: guacamole/src/main/webapp/app/navigation/templates/guacMenu.html
---
@@ -0,0 +1,7 @@
+<div class="menu-dropdown" ng-class="{open: menuShown}"
ng-click="toggleMenu()">
+ <div class="menu-title">{{menuTitle}}</div>
+ <div class="menu-indicator"></div>
+
+ <!-- Menu options -->
+ <div class="options" ng-transclude></div>
--- End diff --
It's the container for the menu options which are displayed when the menu
is open, which are provided by transclusion in the case of this directive.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---