Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/46#discussion_r73238348
  
    --- 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 --
    
    The naming itself comes from its use within the `guacUserMenu` directive, 
which is where the meat of the `guacMenu` directive comes from.
    
    Now that the menu is all abstract, it might make more semantic sense for 
this to be `menu-contents`.


---
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.
---

Reply via email to