Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/71#discussion_r218071640
--- Diff:
ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
---
@@ -235,6 +235,9 @@ 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, '');
+
+ $scope.customFooterTemplateName = 'composer-palette-empty-foort';
--- End diff --
Typo? Should this be `empty-footer`?
---