I am having angular variable in my html page. when I am using {{myVar}} , it is showing the data. I need to use this variable in sightly condition below:
<ul class="${ dropdownList.index == {{myVar}} ? '' : display_none'}">
I am getting error when using {{myVar}} or myVar in the condition please help.