Greetings, I am seeking assistance as I am new to KnockoutJS. I am working with a class named green-bar that I need to activate when two particular states are true. Unfortunately, the solution I came up with below is not functioning correctly, and I'm unsure of where the mistake lies:
<div class="content" data-bind="css: { 'green-bar': isBusy() && !isComplete() }">
Any guidance or help on this matter would be highly appreciated.