I need to use few binding properties in the same element and my syntax look fine for me, but VS said that ":" and "}" expected. What is wrong with my markup?
<div class="list-group" data-bind="foreach: histories, css: { bg-danger: $data.IsRead() == false}" id="histories">