I have the folowing attribute on a div: ng-show="state.name === 'index'". I've also tried `ng-show='state.name === "index"', but I keep getting the following error:
Syntax Error: Token '"index"' is an unexpected token at column 16 of the expression [state.name === "index"] starting at ["index"].
Why?