Yangman - Show all items box showed for a moment-update 93/46293/2
authormichal.kovacik <mikovaci@cisco.com>
Thu, 29 Sep 2016 11:37:01 +0000 (13:37 +0200)
committerDaniel Malachovsky <dmalacho@cisco.com>
Mon, 7 Nov 2016 10:07:05 +0000 (11:07 +0100)
Bug 6435 - YangMan -"Show all items" box flicks when yangmenu
  is entered after having entered and then exited "Show all items box"
update - previous fix does not cover some cases

Change-Id: I435c04ca7349a933a7b6733f59edd7aeefa24af4
Signed-off-by: michal.kovacik <mikovaci@cisco.com>
modules/yangman-resources/src/main/resources/yangman/directives/yang-form-menu.directive.js

index 585f4e4c9ff47977bf361d9dbcc3dd2b423e5d7a..e5ba8b48ffea5524449456f95d3f0ec9b672ee0a 100644 (file)
@@ -72,6 +72,7 @@ define(['angular'], function (angular) {
                  */
                 function closeMenu(){
                     scope.isActive = false;
+                    scope.hideInfoBox();
                 }
 
                 /**