You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the config property urlToggle: 'show' it should be possible to develop pages that display of matching routes, but are not hidden on matching routes. Instead they need to be hidden programmatically.
<div data-bind="page: {id: 'X', urlToggle: 'show'}">
This content is displayed if you browse to #!/X, but is not hidden when you browse to #!/Y
</div>
The text was updated successfully, but these errors were encountered:
Using the config property
urlToggle: 'show'
it should be possible to develop pages that display of matching routes, but are not hidden on matching routes. Instead they need to be hidden programmatically.The text was updated successfully, but these errors were encountered: