I am using the ko if statement in my html view, which refers to a knockout observableArray.
You can see my code on jsfiddle.
I am curious why this line of code is not working?
<!-- ko if: numbers()[1].value > 1 -->
If I print out the value, I am getting the value that I expected.