creative-connections/Bodylight.js-Components

View on GitHub
src_aurelia-bodylight-plugin/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>