denofevil / AureliaStorm

This plugin brings support for Aurelia framework to the IntelliJ platform
MIT License
35 stars 6 forks source link

repeat.for attribute is not recognised #1

Open denofevil opened 8 years ago

denofevil commented 8 years ago

Code sample:

<template>
  <ul>
    <li repeat.for="todo of todos">
    </li>
  </ul>
</template>
rquast commented 7 years ago

And virtual-repeat.for too.