ドロップダウンで選択した値が変更されたときに KO テンプレート名を動的に設定する方法..
これを試しましたが、正しいテンプレートが得られません。
<select data-bind="options: Attributes, optionsText: 'AttributeName', optionsValue: 'Id', optionsCaption: 'Select Attribute...',value :SelectedAttribute"></select>
<div data-bind="template: { name: SelectedAttribute }"></div>