I have restarted webstorm in plugins-->browser repositories..-->angular install and I still get this warning. How did you solve it? ?
光阴似箭催人老,日月如移越少年。
The ng-class="{{bold}}" here is a grammatical error. The ng-class="{focus:$index==focus}" below is the correct way of writing. This sentence means if $index= =focus is true, then add focus to the class list
The ng-class="{{bold}}" here is a grammatical error.
The ng-class="{focus:$index==focus}" below is the correct way of writing. This sentence means if $index= =focus is true, then add focus to the class list