Fixed pop-help directive so clicking on a help icon or button closes all other help windows. Prior to this help windows would remain open. Clicking on multiple help icons/buttons left help windows allover the screen, especially on Job Template page.

This commit is contained in:
chouseknecht
2013-07-22 18:42:33 -04:00
parent 2bb77dd2ad
commit 6295efd330
8 changed files with 32 additions and 15 deletions

View File

@@ -94,7 +94,8 @@ angular.module('JobHostDefinition', [])
'class': 'btn-info btn-mini btn-help',
awToolTip: 'Click for help',
dataTitle: 'Job Host Summary',
iconSize: 'large'
iconSize: 'large',
id: 'jobhost-help-button'
}
},