aurelia/aurelia

View on GitHub
packages/__tests__/src/integration/app/molecules/specs-viewer/specs-viewer.html

Summary

Maintainability
Test Coverage
<template>
  <template repeat.for="pair of pairs">
    <au-compose view-model.bind="pair.vm" model="pair.thing"></au-compose>
    <hr> <!-- just a marker to separate the items -->
  </template>
</template>