How to use OR condition in rivetsJS while binding it in html dom. The below code does not work for me while using rivets. It works when i use a single condition
<div rv-class-highlight="view.year || view.month">
</div>
How to use OR condition in rivetsJS while binding it in html dom. The below code does not work for me while using rivets. It works when i use a single condition
<div rv-class-highlight="view.year || view.month">
</div>
I have been using a formatter
And then