creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/readdata.html

Summary

Maintainability
Test Coverage
<template>
  <div if.bind="display">${value}</div>
  <span show.bind="showinputs">
        <span repeat.for="myid of createids">
            <input id="${myid}" value="" type="number" />
        </span>
    </span>
</template>