UNPKG

aurelia-materialize-bridge

Version:
8 lines (5 loc) 171 B
<template> <h2>Click counter</h2> <button md-waves class="btn" click.delegate="increment()">Button</button> <h2>Button was clicked ${count} times</h2> </template>