Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 503d74eb2 -> da18c6003


remove placeholdler subhead


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/bb3b4af1
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/bb3b4af1
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/bb3b4af1

Branch: refs/heads/master
Commit: bb3b4af15d3a35967f6d37d8b7aedbd7f5c93e96
Parents: 503d74e
Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Authored: Mon Sep 10 13:46:38 2018 +0100
Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Committed: Mon Sep 10 13:46:38 2018 +0100

----------------------------------------------------------------------
 .../app/components/catalog-selector/catalog-selector.directive.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/bb3b4af1/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
----------------------------------------------------------------------
diff --git 
a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
 
b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
index a160635..348d0c0 100644
--- 
a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
+++ 
b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
@@ -234,7 +234,7 @@ function controller($scope, $element, $q, $uibModal, $log, 
$templateCache, palet
 
     // downstream can override this to insert lines below the header
     $scope.customSubHeadTemplateName = 'composer-palette-empty-sub-head';
-    $templateCache.put($scope.customSubHeadTemplateName, 'xxx');
+    $templateCache.put($scope.customSubHeadTemplateName, '');
 
     // allow downstream to configure this controller and/or scope
     (composerOverrides.configurePaletteController || function() {})(this, 
$scope, $element);

Reply via email to