Component management improvements, removal of dependence on noteReady flag

This commit is contained in:
Mo Bitar
2020-04-15 10:26:55 -05:00
parent a2303aa7af
commit 0d44a2ff64
17 changed files with 1618 additions and 1119 deletions

View File

@@ -11,6 +11,6 @@
| {{ctrl.component.name}}
a.sk-a.info.close-button(ng-click="ctrl.dismiss()") Close
component-view.component-view(
component="ctrl.component",
component-uuid="ctrl.component.uuid",
application='ctrl.application'
)

View File

@@ -22,7 +22,7 @@
style="white-space: pre-wrap; font-size: 16px;"
) {{ctrl.content.text}}
component-view.component-view(
component="ctrl.editor"
component-uuid="ctrl.editor.uuid"
ng-if="ctrl.editor",
application='ctrl.application'
)