search

Home  >  Q&A  >  body text

angular.js - webstorm angular syntax no errors but red squiggly warning?


I have restarted webstorm in plugins-->browser repositories..-->angular install
and I still get this warning. How did you solve it? ?

大家讲道理大家讲道理2822 days ago568

reply all(1)I'll reply

  • 黄舟

    黄舟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

    reply
    0
  • Cancelreply