Setting hide-alias to false still hides the alias
When using umb-editor-header setting hide-alias to false still hides the alias. I would expect that it would be visible. The only thing that works to make it visible to is removing the hide-alias attribute. This PR fixes this. So now you can hide the alias based on property of your scope. Dave
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a165a2b719
commit
8aa5fe8695
@@ -252,7 +252,7 @@ Use this directive to construct a header inside the main editor window.
|
||||
icon: "=",
|
||||
hideIcon: "@",
|
||||
alias: "=",
|
||||
hideAlias: "@",
|
||||
hideAlias: "=",
|
||||
description: "=",
|
||||
hideDescription: "@",
|
||||
descriptionLocked: "@",
|
||||
|
||||
Reference in New Issue
Block a user