Yangman - Show all items box showed for a moment
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / directives / yang-form-menu.directive.js
index fc8ebb582fd1b5e5b6bd92168c17efa9c41e7480..585f4e4c9ff47977bf361d9dbcc3dd2b423e5d7a 100644 (file)
@@ -53,6 +53,7 @@ define(['angular'], function (angular) {
                  */
                 function hideInfoBox(){
                     $scope.infoBox = false;
+                    angular.element('#infoBox').addClass('ng-hide');
                 }
 
                 $scope.$on('hideInfoBox', function () {