View app.html
<template> | |
<h1>${message}</h1> | |
</template> |
View app.html
<template> | |
<style> | |
</style> | |
<h1>${message}</h1> | |
<form submit.trigger="greet()"> | |
<input type="text" value.bind="greeting"></input> | |
<input type="submit"></input> | |
</form> | |
</template> |