Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/96#discussion_r230349155
--- Diff:
ui-modules/blueprint-composer/app/components/spec-editor/spec-editor.template.html
---
@@ -431,7 +439,13 @@ <h4 ng-if="model.hasEnrichers() &&
filteredEnrichers.length === 0">No enrichers
<ng-include src="'AdjunctTemplate.html'"></ng-include>
</div>
</div>
-</br-collapsible>
+ </br-collapsible>
+</script>
+
+<ng-include src="'SpecEditorOtherSections.html'"></ng-include>
--- End diff --
Same as above
---