- From: Glen <notifications@github.com>
- Date: Sat, 21 Apr 2018 01:21:30 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 21 April 2018 08:21:52 UTC
Can it at least be made less verbose? Aurelia: ```html <template repeat.for="item of items"> ``` Vue: ```html <template v-for="item in items"> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/682#issuecomment-383277369
Received on Saturday, 21 April 2018 08:21:52 UTC