0
votes

Im confused as to why my bindings are not updating

I have a fiddle here http://jsbin.com/izexuq/4/edit

Ive tried not only this

 selectionBinding: 'content.selectedObject'

but also this

 selectionBinding: 'App.PainfullController.selectedObject'

Im not sure what im doing wrong.

1
Did the answer below work for you? - ianpetzer

1 Answers

0
votes

It looks to me like your code is successfully binding the selected value, but it wasn't displaying the selection successfully.

If you add a needs dependency from your current template controller to the views controller then you can easily display the binded selection. I've modified your example to show it working here: http://jsbin.com/ocesel/2/edit