creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/value-store.html

Summary

Maintainability
Test Coverage
<template>
    <div show.bind="showcontrols">
        <table>
            <tr>
                <td>
                    <button class="w3-button w3-theme" click.delegate="exportdata()" title="Export data"><i class="fa fa-save"></i> &nbsp;</button>
                </td>
            </tr>
        </table>
    </div>
</template>