Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/96#discussion_r230349133
--- Diff:
ui-modules/blueprint-composer/app/components/spec-editor/spec-editor.template.html
---
@@ -398,10 +403,13 @@ <h4 ng-if="model.hasPolicies() &&
filteredPolicies.length === 0">No policies mat
<ng-include src="'AdjunctTemplate.html'"></ng-include>
</div>
</div>
-</br-collapsible>
+ </br-collapsible>
+</script>
<!-- ENTITY ENRICHERS -->
-<br-collapsible ng-if="[FAMILIES.ENTITY,
FAMILIES.SPEC].indexOf(model.family) > -1" state="state.enricher.open">
+<ng-include src="'SpecEditorEnrichersSection.html'"></ng-include>
--- End diff --
Same as above
---