I am using Google Closure template first time.
Can we use Bitwise operator in Google Closure Template.
I want to use some thing like this:
{if $saleStatus.errors & $constant.displayValue}
<div class="displaye">
<msg desc="user is banned">
User is Banned.
</msg>
</div>
{/if}
Here i want to use Bitwise operator but i throws error of Syntax Exception.
Or is there any way i should use. May be to include js and do something there ?