one way binding

This commit is contained in:
Niels Lyngsø
2020-01-24 12:04:32 +01:00
parent 6ab054868c
commit abd8b3a1a7
2 changed files with 3 additions and 3 deletions
@@ -7,9 +7,9 @@
var umbVariantContent = {
templateUrl: 'views/components/content/umb-variant-content.html',
bindings: {
content: "=",
content: "<",
page: "<",
editor: "=",
editor: "<",
editorIndex: "<",
editorCount: "<",
onCloseSplitView: "&",
@@ -8,7 +8,7 @@
templateUrl: 'views/components/content/umb-variant-content-editors.html',
bindings: {
page: "<",
content: "=",
content: "<",
culture: "<",
segment: "<",
onSelectApp: "&?",