creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/buttonparams.html

Summary

Maintainability
Test Coverage
<template bindable="values">
    <button class="w3-button w3-theme" click.delegate="switchvalues()">${title}</button>
    <span show.bind="showinputs">
        <span repeat.for="myid of createids">
            <input id="${myid}" value="" type="number" />
        </span>
    </span>
</template>