fixed language of module args popover

This commit is contained in:
John Mitchell 2015-06-12 12:08:51 -04:00
parent ef2247fce0
commit ac8d016444
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams,
// give the docs for the selected module
$scope.argsPopOver = "<p>These arguments are used with the" +
" specified module. You can find information about the " +
$scope.module_name.value +
$scope.module_name.value + " module " +
" <a id=\"adhoc_module_arguments_docs_link_for_module_" +
$scope.module_name.value +
"\"" +

View File

@ -37,7 +37,7 @@ export default
label: 'Arguments',
type: 'text',
awPopOverWatch: 'argsPopOver',
awPopOver: 'See adhoc controller...set as argsPopOver',
awPopOver: '{{ argsPopOver }}',
dataTitle: 'Arguments',
dataPlacement: 'right',
dataContainer: 'body',