I have a viewModel with a Title property. I\'d like to set the page title using that property. Here\'s what I tried already, which didn\'t work:
Title
You could create a custom binding handler which sets document.title on update, then add the binding to the body element.
document.title
body