I'm using ng-show
as shown below:
<data-ng-show={{entity.primary}}===true>
The value of entity.primary
can be either true
or false
. I am getting the following error in the console:
Syntax Error: Token 'false' is at column {2} of the expression [{3}] starting at [{4}].
How can this error be fixed?