This is my last knockout question :)
I have an if statement setup and is working when the page is loaded for the first time however whenever I try adding any new items to my view model the if statement is not fired.
My JS fiddle
Why does it work when I initialize the viewmodel the first time however not when adding other items. I dont get any errors