Skip to content

Instantly share code, notes, and snippets.

View si2030's full-sized avatar

Simon si2030

  • Tasmania
View GitHub Profile
<!doctype html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div aurelia-app="src/configure">
Loading...
@si2030
si2030 / address-form.html
Last active March 25, 2018 00:44
Bootstrap custom element example
<template>
<h2>Address</h2>
<form submit.delegate="submit()">
<ul><li repeat.for="error of controller.errors">${error.message}</li></ul>
<label><input type="checkbox" checked.bind="address.personalData"> Personal Data?</label>
<div class="form-group" show.bind="address.personalData">
<label class="control-label" for="street">Street</label>