Actually used this today – to unwrap the observable I had to do:
<button data-bind="attr: { id: 'prefix_' + $index() }"> Send </button>
Hope this helps.
Actually used this today – to unwrap the observable I had to do:
<button data-bind="attr: { id: 'prefix_' + $index() }"> Send </button>
Hope this helps.