I have restarted webstorm in plugins-->browser repositories..-->angular install
and I still get this warning. How did you solve it? ?
黄舟2017-05-15 17:06:42
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