I'm writing angularjs app in intellij. In html templates I get a lot of inspection errors/warnings for the correct code):
translate="xx.yy.zz.oo" - Wrong attribute value
class="row tile-element" - "Expecting new line or a semicolon" (between two classes)
name="{{'xxx'+$index}}" - identifier or string literal or numeric literal expected
Is there a simple way to make the inspections reasonable ?