Skip to content

Instantly share code, notes, and snippets.

View marekpetak's full-sized avatar
💭
I may be slow to respond.

mattko marekpetak

💭
I may be slow to respond.
View GitHub Profile
@marekpetak
marekpetak / app.html
Created April 16, 2018 14:48 — forked from jdanyow/app.html
Aurelia confirm password validation demo
<template>
<form submit.delegate="submit()" novalidate autocomplete="off">
<!--<ul><li repeat.for="error of controller.errors">${error.message}</li></ul>-->
<div class="form-group">
<label class="control-label" for="password">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password"
value.bind="password & validate"
change.delegate="confirmPassword = ''">
</div>
@marekpetak
marekpetak / 0_reuse_code.js
Created April 21, 2016 07:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console