Reputation: 143
How can I write container less if else and nested if else conditions
Please also explain how does it work as normal (if condition) in KO.
Upvotes: 1
Views: 5052
Reputation: 16688
This has been answered before: How to template If-Else structures in data-bound views?
But, for a true if/else binding, you can check out this Github issue: https://github.com/knockout/knockout/issues/962
Upvotes: 1