0

I am trying to follow along with the documentation for the options bindings from this page:

http://knockoutjs.com/documentation/options-binding.html

I can't seem to get the options to show up in the select. I am suspecting that it is in the references...but I have added knockout.

Here is the jsFiddle:

http://jsfiddle.net/bensjones/xhyBY/2/

What am I missing?

Ben Jones
  • 2,101
  • 1
  • 26
  • 36

1 Answers1

1

You need to invoke ​ko.applyBindings(viewModel);​

http://jsfiddle.net/gZgU8/

kendaleiv
  • 5,793
  • 3
  • 28
  • 38